dotfiles/Scripts/quick-note.sh

13 lines
180 B
Bash
Raw Normal View History

#!/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