diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/functions/gtd-all | 7 |
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 +} |