Skip to content

FR: Support string patterns and / or multiple arguments for NAME in config list #7826

@Vampire

Description

@Vampire

Is your feature request related to a problem? Please describe.
If you for example want to list all revsets and revset-aliases, this currently is a bit cumbersome, you have to use a custom template to do it that filters the entries.

Describe the solution you'd like
WIth this you could for example do
jj config list revsets revset-aliases
or
jj config list glob:"revset*"

Describe alternatives you've considered
jj config list -T 'if (name.starts_with("revset"), builtin_config_list_detailed)'

Metadata

Metadata

Assignees

No one assigned

    Labels

    polish🪒🐃Make existing features more convenient and more consistent

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions