anufrievroman / calcure

Modern TUI calendar and task manager with minimal and customizable UI.
https://anufrievroman.gitbook.io/calcure
MIT License
1.51k stars 43 forks source link

All batch actions should be confirmed #73

Closed jose1711 closed 9 months ago

jose1711 commented 9 months ago

As there is no support for "undo" I believe all actions (not just deletion) that operate on all tasks should be a subject for confirmation if ask_confirmations is set to Yes (overwriting status on all tasks at once by accident can be really frustrating).

anufrievroman commented 9 months ago

Makes sense. Just added this functionality in the recent commit.