aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2024-12-22 00:12:51 +0100
committerpml68 <contact@pml68.dev>2024-12-22 00:12:51 +0100
commit8da66452eb3f0a08dd781b719872dd5b1aba1fda (patch)
tree876c2b547a14d02f3c165bb4b48c10f32d628878
parentfeat: add fish completion script (diff)
downloadaur-8da66452eb3f0a08dd781b719872dd5b1aba1fda.tar.gz
docs: add fish completion directions to README
-rw-r--r--README.md8
-rw-r--r--aur.fish (renamed from aur-completion.fish)0
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7363694..5b7d650 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,17 @@
My AUR helper. See `aur -h`
-## Bash completion
+## Shell completion
+Bash
```sh
cp aur-completion.bash ~/.aur-completion.bash
# add this line to your .bashrc
source ~/.aur-completion.bash
```
+
+Fish
+```sh
+cp aur.fish ~/.config/fish/completions/
+```
diff --git a/aur-completion.fish b/aur.fish
index fea8e37..fea8e37 100644
--- a/aur-completion.fish
+++ b/aur.fish