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, 0 insertions, 5 deletions
diff --git a/bin/hlwm/show-todo b/bin/hlwm/show-todo
deleted file mode 100755
index 991d3bd..0000000
--- a/bin/hlwm/show-todo
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-grep --color=never "* \(TODO\|IN PROGRESS\|WAITING\)" org/notes.org \
- | sed 's/\*/ /g' \
- | xmessage -file - -default okay