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'd be good for a completed or deleted task to be echoed on the screen, rather like todo.txt does. E.g.:
$ ultralist c 37 Todo 37 completed "Buy milk @errands +shopping"
A couple of times now, I've managed to complete or delete the wrong task, as it's sometimes hard to see which number corresponds to which task.
This could be an optional feature triggered by a flag. E.g.:
$ ultralist --confirm c 37 Todo 37 completed "Buy milk @errands +shopping"
The text was updated successfully, but these errors were encountered:
I have implemented this in my fork of Ultralist (ultodo), FYI: https://github.com/sottey/ultodo
Thanks!
Sorry, something went wrong.
No branches or pull requests
It'd be good for a completed or deleted task to be echoed on the screen, rather like todo.txt does. E.g.:
$ ultralist c 37
Todo 37 completed "Buy milk @errands +shopping"
A couple of times now, I've managed to complete or delete the wrong task, as it's sometimes hard to see which number corresponds to which task.
This could be an optional feature triggered by a flag. E.g.:
$ ultralist --confirm c 37
Todo 37 completed "Buy milk @errands +shopping"
The text was updated successfully, but these errors were encountered: