-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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"}]
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels