pimutils / todoman

✅ A simple, standards-based, cli todo (aka: task) manager.
https://todoman.readthedocs.io
ISC License
482 stars 76 forks source link

Remember latest creation #551

Open WhyNotHugo opened 4 months ago

WhyNotHugo commented 4 months ago

Save last-item into a plain-text file with the path of an item when it is created.

todo edit by itself would edit that entry. This makes tweaking details after using todo new Renew fire enxtinguisher faster.

This MUST use atomic-writes or equivalent.