pimutils / todoman

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

Use a fluid layout for TODOs #471

Closed WhyNotHugo closed 2 years ago

WhyNotHugo commented 2 years ago

Stop drawing a table as done previously, and use a fluid layout. This reduces internal whitespace, which makes the ids for todos easier to recognise in may scenarios.

Also makes the description and location blocks easier to copy-paste verbatim without additional indentation.

Due to dropping the table rendering, this should slightly improve performance, though that's not a main goal here.