summaryrefslogtreecommitdiff
path: root/etc/functions/gtd-all
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-11-22 09:15:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-11-22 09:15:07 +0100
commit88ed4809398dce676ba516e2016f8b51d53b4720 (patch)
tree1073cd866eb10ac2b5111a8784403ccbff5e9246 /etc/functions/gtd-all
parent244de02d830c9a42bd423715b3c8031ade2fa702 (diff)
function cleanup
Diffstat (limited to 'etc/functions/gtd-all')
-rw-r--r--etc/functions/gtd-all10
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/functions/gtd-all b/etc/functions/gtd-all
deleted file mode 100644
index e768ad7..0000000
--- a/etc/functions/gtd-all
+++ /dev/null
@@ -1,10 +0,0 @@
-## vim:ft=zsh
-## concatenate all GTD databases
-## usage: gtd-all [devtodo options]
-typeset prefix=~/var/gtd
-typeset database
-
-for database in ${prefix}/*(.N); {
- echo "\n${database:t}"
- todo --database ${database} ${*}
-}