We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f0b21 commit 8c01b40Copy full SHA for 8c01b40
1 file changed
README.md
@@ -12,4 +12,15 @@ sudo mkdir -p /opt/kyx
12
curl -L https://github.com/SoureCode/kyx/releases/latest/download/kyx_linux_amd64.tar.gz | sudo tar xz --no-same-owner -C /opt/kyx
13
sudo ln -s /opt/kyx/kyx /usr/local/bin/kyx
14
kyx --help
15
-```
+```
16
+
17
+## Autocompletion
18
19
+You can enable autocompletion for `kyx` by running the following command:
20
21
+```bash
22
+echo 'eval "$(kyx self:completion bash)"' >> ~/.bashrc
23
24
+# Reload your shell configuration
25
+source ~/.bashrc
26
0 commit comments