From 827bc325618efc38936aed23a3737d322b9727ac Mon Sep 17 00:00:00 2001 From: ndrew222 <38881000+ndrew222@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:15:32 +0800 Subject: [PATCH] added completion for uv and uvx --- share/completions/uv.fish | 1 + share/completions/uvx.fish | 1 + 2 files changed, 2 insertions(+) create mode 100644 share/completions/uv.fish create mode 100644 share/completions/uvx.fish diff --git a/share/completions/uv.fish b/share/completions/uv.fish new file mode 100644 index 000000000..e04467ffb --- /dev/null +++ b/share/completions/uv.fish @@ -0,0 +1 @@ +uv --generate-shell-completion fish | source diff --git a/share/completions/uvx.fish b/share/completions/uvx.fish new file mode 100644 index 000000000..1de03d70b --- /dev/null +++ b/share/completions/uvx.fish @@ -0,0 +1 @@ +uvx --generate-shell-completion fish | source