atuin/docs/docs/commands/shell-completions.md
Ellie Huxtable c558da5beb
Add fancy web docs (#725)
* Add initial site

* WIP again

* Replace docs with web docs

* Bring back translations

* Update README.md

* remove images
2023-02-25 23:29:59 +00:00

518 B

atuin gen-completions

Shell completions 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.