diff --git a/README.md b/README.md index bdab7eb..291ac4d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ this is an attempt to wrap them into a single script and then have aliases to ma ## Philosophy +- cadmus acts as a menu for scripts to acheive things + - the script name will always be printed to the terminal so the individual + script can be used for whatever purpose. - SubFunctions will take only two arguments: - `-h` or `--help` as a help function - If this is seen anywhere the help will be printed and the script exit will. diff --git a/bin/NoteFind.sh b/bin/NoteFind.sh index 46661b9..cfb4fe4 100755 --- a/bin/NoteFind.sh +++ b/bin/NoteFind.sh @@ -96,6 +96,7 @@ SkimGrep () { } # *** Interpret arguments +## TODO I should change this, the -d and -p options only complicate things arguments () { while test $# -gt 0 do