ultralist icon indicating copy to clipboard operation
ultralist copied to clipboard

Feature request: Confirmation on complete or delete

Open Mooie opened this issue 1 year ago • 1 comments

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"

Mooie avatar Mar 16 '23 09:03 Mooie

I have implemented this in my fork of Ultralist (ultodo), FYI: https://github.com/sottey/ultodo

Thanks!

sottey avatar Oct 20 '23 21:10 sottey