lharding / tasknc

ncurses wrapper around taskwarrior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filter doesn't like parentheses

hymie0 opened this issue · comments

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.