From b7e83601478249c82a745867e148b12a12561fc7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 3 Feb 2009 21:36:12 +0100 Subject: Added gtd-all function --- etc/functions/gtd-all | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 etc/functions/gtd-all (limited to 'etc') 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 +} -- cgit v1.2.3