summaryrefslogtreecommitdiffstats
path: root/bin/hlwm/show-todo
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-12 08:52:53 +0200
committerGravatar Tom Willemsen2012-10-12 08:52:53 +0200
commit77c39ea0f082446f21981bd0876a4f1fde3c4807 (patch)
tree8843848d7c92d6be20a3e23bd22c0c9e5218022d /bin/hlwm/show-todo
parent8bcf0ae40fc2e9c6565567131218029768859839 (diff)
parent1f3bdb9e4490e20aefd7038a507aee50c76728dc (diff)
downloaddotfiles-77c39ea0f082446f21981bd0876a4f1fde3c4807.tar.gz
dotfiles-77c39ea0f082446f21981bd0876a4f1fde3c4807.zip
Merge remote-tracking branch 'origin/master' into phoenix
Conflicts: .config/cower/config .emacs.d/init.el
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