aboutsummaryrefslogtreecommitdiffstats
path: root/docs/shell-completions.md
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-02-25 23:29:59 +0000
committerGitHub <noreply@github.com>2023-02-25 23:29:59 +0000
commitc558da5bebfebf239dde867f36cc35d56849accf (patch)
tree2e75e2c479fa1d89632eafd8119e084243bafa5e /docs/shell-completions.md
parentRevert "Remove shortcut numbers (#708)" (#724) (diff)
downloadatuin-c558da5bebfebf239dde867f36cc35d56849accf.zip
Add fancy web docs (#725)
* Add initial site * WIP again * Replace docs with web docs * Bring back translations * Update README.md * remove images
Diffstat (limited to 'docs/shell-completions.md')
-rw-r--r--docs/shell-completions.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/shell-completions.md b/docs/shell-completions.md
deleted file mode 100644
index 4adf82b0..00000000
--- a/docs/shell-completions.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# `atuin gen-completions`
-
-[Shell completions](https://en.wikipedia.org/wiki/Command-line_completion) for Atuin can be generated by specifying the output directory and desired shell via `gen-completions` subcommand.
-
-```
-$ atuin gen-completions --shell bash --out-dir $HOME
-
-Shell completion for BASH is generated in "/home/user"
-```
-
-Possible values for the `--shell` argument are the following:
-
-- `bash`
-- `fish`
-- `zsh`
-- `powershell`
-- `elvish`
-
-Also, see the [supported shells](./../README.md#supported-shells).