summaryrefslogtreecommitdiff
path: root/etc/functions/gtd-all
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/gtd-all')
-rwxr-xr-xetc/functions/gtd-all7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/functions/gtd-all b/etc/functions/gtd-all
new file mode 100755
index 0000000..f1a46c6
--- /dev/null
+++ b/etc/functions/gtd-all
@@ -0,0 +1,7 @@
+## vim:ft=zsh
+typeset prefix=~/var/gtd
+typeset database
+for database in $prefix/*(.N); {
+ echo "\n${database:t}"
+ todo --database $database
+}