todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.56k stars 713 forks source link

Feature Request - Option to persist the Priority when an item is done. #361

Open wwalker opened 2 years ago

wwalker commented 2 years ago

I saw #323, but I believe it would be nice if someone wanted to persist the priority when an item becomes done.

It would default to the current behavior of removing the priority, but would have an option to persist the priority. This would be both a configuration item and a command line option.

Submitting a PR to add this feature.