ultralist
ultralist copied to clipboard
Feature request: Confirmation on complete or delete
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"
I have implemented this in my fork of Ultralist (ultodo), FYI: https://github.com/sottey/ultodo
Thanks!