You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For show/list, this can usually be achieved already by piping the output into grep (or the powershell equivalent) like todo list --all | grep refactor. I did however add a --list filter in #23 to the list and complete commands to only list or complete tasks from a specific list.
This will enable non-interactive use, e.g.
todo show refactor
would show everything with refactor in it.todo complete registration
will complete everything with registration in it.The text was updated successfully, but these errors were encountered: