diff --git a/justfile b/justfile index 8d57bba..5566868 100644 --- a/justfile +++ b/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: