mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-05 13:14:48 +01:00
16 lines
331 B
Markdown
16 lines
331 B
Markdown
|
# Completion
|
||
|
|
||
|
```bash
|
||
|
autorestic completion [bash|zsh|fish|powershell]
|
||
|
```
|
||
|
|
||
|
Autorestic can generate shell completions automatically to make the experience even easier.
|
||
|
Supported shells are
|
||
|
|
||
|
- bash
|
||
|
- zsh
|
||
|
- fish
|
||
|
- powershell
|
||
|
|
||
|
To see how to install run `autorestic help completion` and follow the instructions for your specific shell
|