diff --git a/docs/markdown/_toc.md b/docs/markdown/_toc.md index f041ce5..cecf488 100644 --- a/docs/markdown/_toc.md +++ b/docs/markdown/_toc.md @@ -22,6 +22,7 @@ > [General](/cli/general) > [Info](/cli/info) > [Check](/cli/check) +> [Completion](/cli/completion) > [Backup](/cli/backup) > [Restore](/cli/restore) > [Forget](/cli/forget) diff --git a/docs/markdown/cli/completion.md b/docs/markdown/cli/completion.md new file mode 100644 index 0000000..9519320 --- /dev/null +++ b/docs/markdown/cli/completion.md @@ -0,0 +1,17 @@ +# 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 + +> :ToCPrevNext