legacy-dotfiles/bin/hlwm/show-todo
Tom Willemsen 0dbfba6a4d HLWM: Add 2 keybinds
Mod4-t: start an emacs instance to capture a new todo item
Mod4-Shift-t: Show todo list
2011-12-21 12:22:59 +01:00

5 lines
143 B
Bash
Executable file

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