tasknc
tasknc copied to clipboard
filter doesn't like parentheses
tasknc -f 'status:pending or status:waiting'
works fine. However,
tasknc -f '(status:pending or status:waiting)'
generates some kind of syntax error that disappears to quickly for me to read/copy, and then the screen drawing is messed up.