diff --git a/justfile b/justfile index d1917d2..7474578 100644 --- a/justfile +++ b/justfile @@ -660,10 +660,10 @@ _packages_json: #cd "$invokedir"; $GIT log --oneline -n800 | gum filter --placeholder "Pick commit..." --height 10 --no-limit | cut -d' ' -f1 cd "$invokedir"; $GIT log --oneline -n800 | fzf --layout=reverse --multi --height 15 | cut -d' ' -f1 -@_a_package: +@_a_package: _packages_json gum spin --show-output just list-packages | cut -f1 | fzf --sync --layout=reverse --height 15 | grep . -@_some_packages: +@_some_packages: _packages_json gum spin --show-output just list-packages | cut -f1 | fzf --sync --layout=reverse --height 15 --multi | grep . @_a_pr: