summaryrefslogtreecommitdiffstats
path: root/bin/hlwm/show-todo
blob: 991d3bde49018dc859cb409add5376d73141e052 (plain)
1
2
3
4
5
#!/bin/bash

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