todotxt-addons/can

7 lines
144 B
Plaintext
Raw Normal View History

2015-06-15 15:13:05 -04:00
#!/bin/bash
[ "$1" = "usage" ] && echo " can" && echo " List things with no \"req:\"" && exit 0
shift
"$TODO_FULL_SH" |grep -v "req:"