legacy-dotfiles/bin/hlwm/show-todo

6 lines
143 B
Text
Raw Normal View History

#!/bin/bash
grep --color=never "* \(TODO\|IN PROGRESS\|WAITING\)" org/notes.org \
| sed 's/\*/ /g' \
| xmessage -file - -default okay