Skip to content

feat: named filter groups #170

Description

@Insomniak47

Since sometimes queries get a bit long we should add the ability in the config to specify named filters.

so instead of something like:

peer show -f !author:bot -f author:renovate -f whatever:whatever

we could have a section for "namedFilters" in the json that would allow you to do something like:

-f alias:notBots

with a section (under show?) like:

"Show": {
 "namedFilters": [{ "name": "notBots", "filter": " !author:bot !author:renovate whatever:whatever"}]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions