coddingtonbear / taskwarrior-pomodoro

Simple OSX tray application allowing you to use Pomodoro techniques with Taskwarrior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple filters support

vigilancer opened this issue · comments

It will be nice to be able to switch between multiple filters from context menu.
Use-case I'm imagining is not so uncommon - two filters for work and personal tasks.

That sounds like an awesome idea; what I think you should do to implement that would be something like:

  1. Add a dialog allowing users to edit their settings. Currently these are stored in one's ~/.taskrc file, and must be edited by hand.
  2. Add an option allowing users to specify any number of filter combinations. Currently we allow just the one.
  3. Add options to the dropdown for each of the filter operations. Maybe add a checkmark next to the current one?

Let me know if you need any help, but if you were to add such a feature, I wouldn't give a second thought to merging it.

Cheers!

Regarding 1. and 2.
It's not that much important to have a dialog if we ask the user to set those setting using show / config commands.

Oh, that sounds fine to me, too, really, as long as we document it solidly.