added quick note script and keyboard shortcut

This commit is contained in:
Mike G 2024-10-09 17:22:35 -04:00
parent 625c2d0679
commit 0c983e55a4
2 changed files with 14 additions and 1 deletions

12
Scripts/quick-note.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
# open quicknote
# set quick note directory
dir="/home/emge/Notes/QuickNotes"
# set current date
curDate=$(date +"%Y-%m-%d")
file=$dir$curDate".md"
foot nvim $file