summaryrefslogtreecommitdiffstats
path: root/bin/hlwm/show-todo
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hlwm/show-todo')
-rwxr-xr-xbin/hlwm/show-todo5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/hlwm/show-todo b/bin/hlwm/show-todo
new file mode 100755
index 0000000..991d3bd
--- /dev/null
+++ b/bin/hlwm/show-todo
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+grep --color=never "* \(TODO\|IN PROGRESS\|WAITING\)" org/notes.org \
+ | sed 's/\*/ /g' \
+ | xmessage -file - -default okay