ljdsalkjdsalkj
This commit is contained in:
4
justfile
4
justfile
@@ -10,9 +10,8 @@ export GIT := `command -v git-wait >/dev/null && echo "git-wait" || echo "git"`
|
||||
|
||||
# required programs: git nix nom gum fzf tee nix-update
|
||||
|
||||
[no-cd]
|
||||
@_default:
|
||||
just "$(gum filter $(just --summary --unsorted))"
|
||||
cd "$invokedir"; just "$(gum filter $(just --summary --unsorted))"
|
||||
|
||||
# === info helpers ===
|
||||
|
||||
@@ -29,7 +28,6 @@ list-packages +$cut_args="-c1-": _packages_json
|
||||
| grep . >"$cachefile"
|
||||
fi
|
||||
|
||||
|
||||
@_list_packages_fname_filtered:
|
||||
xargs -d $'\n' -n 2000 just __list_packages_fname_filtered
|
||||
@__list_packages_fname_filtered +fnames:
|
||||
|
||||
Reference in New Issue
Block a user