Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

quick filters #32

Open
tolry opened this issue Jun 30, 2015 · 2 comments
Open

quick filters #32

tolry opened this issue Jun 30, 2015 · 2 comments
Labels

Comments

@tolry
Copy link
Contributor

tolry commented Jun 30, 2015

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.

@DavidBadura
Copy link
Owner

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

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"}

@tolry
Copy link
Contributor Author

tolry commented Jun 30, 2015

looks good

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants