From b8d12e518c40332d1c88bd64fdf746f4b0a872b9 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 28 Apr 2021 10:34:43 +0200 Subject: [PATCH] completion docs --- docs/markdown/_toc.md | 1 + docs/markdown/cli/completion.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/markdown/cli/completion.md 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