todoman
todoman copied to clipboard
Hide tasks (by default) until its `start` date(time) has passed
Tasks with a start date should be hidden until then. A new option like --ignore-start or something would be nice to be able to continue showing them if needed.
I think you need --startable. From todo list --help:
--startable Show only todos which should can be started today
(i.e.: start time is not in the future).
Thanks. Is there a way to bind this as a default flag for the arg-less todo command?
You should be able to by adding this to your config file:
default_command = list --startable
However, I noticed a breakage there, and that won't break on the current release. I'll try to address this during this week.
Ah, thanks. Looking at the repo, I see confspec.in, but no mention of that in the docs anywhere which is why I guess I didn't notice that it was an available configuration knob.
Breakage has been fixed, but this is still no clearly documented.