feat(notes): add dir subcommand
This commit is contained in:
parent
f8c10bd7d6
commit
b75a56b57f
1 changed files with 5 additions and 0 deletions
5
notes.sh
5
notes.sh
|
|
@ -52,6 +52,11 @@ function main() {
|
||||||
git diff --staged .
|
git diff --staged .
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
# DIR: open directory
|
||||||
|
dir|d)
|
||||||
|
editFile "${notes_dir}/README.md"
|
||||||
|
;;
|
||||||
|
|
||||||
# SYNC: Sync notes directory with remote
|
# SYNC: Sync notes directory with remote
|
||||||
sync|s)
|
sync|s)
|
||||||
notesSync
|
notesSync
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue