todotxt-addons/addp

10 lines
207 B
Plaintext
Raw 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
pri="$1"
shift
"$TODO_FULL_SH" command add "($pri) $@"