dotfiles/home/private_bin/executable_notes-commit

8 lines
141 B
Text
Raw Normal View History

2024-02-28 09:57:27 -06:00
#!/usr/bin/env bash
GIT_DIR="${HOME}/stuff/notes"
2024-06-21 13:23:25 -05:00
# notes
fn add
notify-send "fieldnotes" "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"
2024-02-28 09:57:27 -06:00