From 3fdbec452584ab45a17056bc1f8828dd45fd13a3 Mon Sep 17 00:00:00 2001 From: Nils Tekampe Date: Thu, 4 Jun 2015 16:11:58 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e404daa..32245fb 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ This programm cleans a directory and all its subdirectories from a set of hidden files that OS X creates and enters an observation mode afterwards. Within the observation mode, each hidden file that is created by OS X is directly deleted after it has been create by the OS. The programm is of specific use for folders which are shared between OS X and other Operating Systems (e.g. via Dropbox). -**This program is currently in alpha state. Please use it with care!** - **It should be noted that OSX usually creates the temporary files that are removed by the program for a certain reason. Please only use this program if you know what you are doing and if you are sure that no important information will get lost.** #Installation From a510e8de551b8ad424264f08281219a4e82c94e0 Mon Sep 17 00:00:00 2001 From: Nils Tekampe Date: Thu, 4 Jun 2015 16:13:12 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32245fb..4c4d4dc 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ brew install macbrush #Manpage ##NAME -MCBrush +MCBrush - Keeping OS X folders clean of temporary files #SYNOPSIS -McBrush [options] [folder to watch| +usage: macbrush [\-d] [\-a] [\-o] [\-i] [\-s] [\-v] [\-c] [\-o] [\-h] targetDirectory ##DESCRIPTION This programm cleans a directory and all its subdirectories from a set of hidden files that OS X creates and enters an observation mode afterwards. Within the observation mode, each hidden file that is created by OS X is directly deleted after it has been create by the OS.