todotxt-addons/addz

7 lines
190 B
Plaintext
Raw Permalink Normal View History

2015-06-15 15:13:05 -04:00
#!/bin/bash
[ "$1" = "usage" ] && echo ' addz "THING I NEED TO DO +project @context"' && echo " add an item with z priority" && exit 0
shift
"$TODO_FULL_SH" command add '(Z) '"$@"