We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if I didn't have to enter the entire task ID when completing or removing a task.
Given the following task list:
$ todo 2924 Mon, Apr 9 do something 2345 Mon, Apr 9 do something else
I can complete task 2924 like so:
$ todo complete 29 Completed: do something
If I type in a task ID prefix that matches multiple tasks, no completion occurs:
$ todo complete 2 ID provided matches multiple tasks.
It could even list the matching tasks:
$ todo complete 2 ID provided matches multiple tasks: 2924 Mon, Apr 9 do something 2345 Mon, Apr 9 do something else
Things to consider:
The text was updated successfully, but these errors were encountered:
shcallaway
No branches or pull requests
It would be nice if I didn't have to enter the entire task ID when completing or removing a task.
Given the following task list:
I can complete task 2924 like so:
If I type in a task ID prefix that matches multiple tasks, no completion occurs:
It could even list the matching tasks:
Things to consider:
The text was updated successfully, but these errors were encountered: