diff --git a/notes.sh b/notes.sh index b1a4491..6b65c35 100755 --- a/notes.sh +++ b/notes.sh @@ -52,6 +52,11 @@ function main() { git diff --staged . ;; + # DIR: open directory + dir|d) + editFile "${notes_dir}/README.md" + ;; + # SYNC: Sync notes directory with remote sync|s) notesSync