diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-20 16:44:27 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-20 16:44:27 +0200 |
commit | 2d4f94f2163c5bebabad7149fdc0b20434d4e0d0 (patch) | |
tree | 9365b934f9bedcd26086bff169160be061386294 /etc/functions/gtd | |
parent | 68b2cecb32a19bbdd7a0b9b48802bb8e07e65fc7 (diff) |
Added q&d gtd stuff
Diffstat (limited to 'etc/functions/gtd')
-rw-r--r-- | etc/functions/gtd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/functions/gtd b/etc/functions/gtd new file mode 100644 index 0000000..421ff9c --- /dev/null +++ b/etc/functions/gtd @@ -0,0 +1,6 @@ +## vim:ft=zsh + +case $1 in + todo) todo --database ~/var/gtd/todo ;; + waiting) todo --database ~/var/gtd/waiting-for ;; +esac |