1 2 3 4 5 6
## vim:ft=zsh case $1 in todo) todo --database ~/var/gtd/todo ;; waiting) todo --database ~/var/gtd/waiting-for ;; esac