dotfiles/home/private_bin/executable_notes-commit

7 lines
119 B
Bash

#!/usr/bin/env bash
GIT_DIR="${HOME}/stuff/notes"
notes
notify-send "$(git -C $GIT_DIR commit -m ":memo:" -- notes)"