dotfiles/scripts/note
tavo-wasd fd69ecbbe6 init
2023-05-08 20:39:39 -06:00

6 lines
185 B
Bash
Executable file

#!/bin/sh
# Auto start (or edit) .md note in
# ~/Documents/notes in a vim buffer
# using current date in ISO format
cd ~/Documents/notes && $EDITOR $HOME/Documents/notes/note-$DATE.md