pimutils / todoman

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

Support for custom sorting order #487

Open WhyNotHugo opened 2 years ago

WhyNotHugo commented 2 years ago

Some applications support custom sorting. It would be nice to support this, at least rendering the list in that order. Editing the order is out-of-scope here.

Using the X-APPLE-SORT-ORDER header makes sense. Apple's tools use it, and so does tasks.org. It's just an integer, so it seems like a sane implementation.