feat(notes): add dir subcommand

This commit is contained in:
ayo 2026-06-26 12:50:22 +02:00
parent f8c10bd7d6
commit b75a56b57f

View file

@ -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