Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands like show and complete should allow a filter argument #13

Open
mehmetseckin opened this issue Jan 23, 2020 · 1 comment
Open

Comments

@mehmetseckin
Copy link
Owner

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.

@Regenhardt
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants