pimutils / todoman

✅ A simple, standards-based, cli todo (aka: task) manager.

Home Page:https://todoman.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exclude fields in list command

heywoodlh opened this issue · comments

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!)

commented

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.