pimutils / todoman

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

Exclude fields in list command #555

Open heywoodlh opened 3 months ago

heywoodlh commented 3 months ago

Is there a way to exclude fields from output? For example, I'm not currently using due dates -- is there anyway to filter out the due field from todo list?

(Just discovered this project yesterday and I'm loving it, btw!)

WhyNotHugo commented 3 months ago

No, there's no customisation of output fields right now.

You can use todo --porcelain list and pipe this to jq to render only the fields that you want an in some specific order.