dotfiles/scripts/task.sh
2023-12-03 19:55:40 +01:00

4 lines
143 B
Bash
Executable file

sed '/---/q' ~/documents/notes/projects.md \
| sed 's/#.*//;/^$/d' \
| shuf -n1 \
| echo "[$(date +%H:%M)] Work on this for an hour: $(cat -)"