mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-26 02:04:49 +01:00
6e280e253a
* Translate config.md to russian * Translate docs/import_ru.md to russian * Translate docs/key-binding.md to russian * Translate docs/list_ru.md to russian * Correct misprint in config_ru.md * Translate docs/search.md to russian * Translate docs/server_ru.md to russian * Translate docs/shell-completions.md to russian * Translate docs/stats.md to russian * Translate docs/sync.md to russian * Add .idea/ to .gitignore * Translated files are placed in a separate folder * Correct misprint (~~истоии~~ => истории). Correct links between files Co-authored-by: BigProject404 <bigproject404@yandex.ru>
21 lines
702 B
Markdown
21 lines
702 B
Markdown
# `atuin gen-completions`
|
|
|
|
[Shell completions](https://en.wikipedia.org/wiki/Command-line_completion) для Atuin
|
|
могут бять сгенерированы путём указания каталога для вывода и желаемого shell через субкомманду `gen-completions`.
|
|
|
|
```
|
|
$ atuin gen-completions --shell bash --out-dir $HOME
|
|
|
|
Shell completion for BASH is generated in "/home/user"
|
|
```
|
|
|
|
Возможные команды для аргумента `--shell`могут быть следующими:
|
|
|
|
- `bash`
|
|
- `fish`
|
|
- `zsh`
|
|
- `powershell`
|
|
- `elvish`
|
|
|
|
Также рекомендуем прочитать [supported shells](./../../README.md#supported-shells).
|