summaryrefslogtreecommitdiff
path: root/etc/functions/gtd-all
diff options
context:
space:
mode:
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} ${*}
-}