doThings icon indicating copy to clipboard operation
doThings copied to clipboard

quick filters

Open tolry opened this issue 9 years ago • 2 comments

It would be nice to have shortcuts for often used filters: e.g. next report + tag "quick" set. Those quick filters would be optional and might be defined in the main configuration.

quick_filters:
    quick: {report: next, filter: "+quick"}
    today: {report: next, filter: "due:today"}
    @work: {report: next, filter: "+@work"}

If used like this, the users wouldn't have to define lots of almost identical reports in there taskrc.

tolry avatar Jun 30 '15 12:06 tolry

that would be more of a feature for taskwarrior. to define a report based on an another report :wink:

Until taskwarior has this feature, we can add this. I think it should be optional to define a report.

quick_filters:
    all: {sort: "due+"}
    today: {report: next, filter: "due:today"}
    @work: {filter: "+@work"}

DavidBadura avatar Jun 30 '15 13:06 DavidBadura

looks good

tolry avatar Jun 30 '15 13:06 tolry