just icon indicating copy to clipboard operation
just copied to clipboard

List just-recipes only from a group

Open woutervhy opened this issue 2 months ago • 0 comments

using just 1.40.0

I usually group my just-recipes per command:

[group: 'foo']
foo-install:
    ...

with just list you can list all commands. with more and more recipes, this output becomes longer and longer.

I'm looking for an elegant way to list only the commands from a specific group.

Ideally something like a group-option when using the list:

just --list --group foo

woutervhy avatar Oct 16 '25 07:10 woutervhy