Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ Windows). Lieber erst ansehen? Lade ein Archiv von der
[Release-Seite](https://github.com/getsotto/sotto/releases) herunter und verifiziere es manuell gemäß
[SECURITY.md](SECURITY.md), oder baue aus den Quellen (siehe [Entwicklung](#entwicklung)).

### Shell-Vervollständigungen

`sotto completions <shell>` gibt ein Vervollständigungsskript auf der Standardausgabe aus. Zum Beispiel:

```sh
# bash
sotto completions bash > ~/.local/share/bash-completion/completions/sotto

# zsh (add the directory to fpath in ~/.zshrc first)
sotto completions zsh > ~/.zfunc/_sotto

# fish
sotto completions fish > ~/.config/fish/completions/sotto.fish
```

Release-Tarballs und -zips enthalten ebenfalls die passenden Dateien `completions/sotto.*`,
falls du sie lieber direkt kopieren möchtest.

### GitHub Actions

Für GitHub Actions verwende die [Sotto-Setup-Action](https://github.com/getsotto/sotto-action), um ein exaktes
Expand Down
18 changes: 18 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ Windows). ¿Prefieres revisar antes? Descarga un archivo comprimido desde la
[página de versiones](https://github.com/getsotto/sotto/releases) y verifícalo manualmente según
[SECURITY.md](SECURITY.md), o compila desde el código fuente (consulta [Desarrollo](#desarrollo)).

### Completado del shell

`sotto completions <shell>` muestra un script de completado en la salida estándar. Por ejemplo:

```sh
# bash
sotto completions bash > ~/.local/share/bash-completion/completions/sotto

# zsh (add the directory to fpath in ~/.zshrc first)
sotto completions zsh > ~/.zfunc/_sotto

# fish
sotto completions fish > ~/.config/fish/completions/sotto.fish
```

Los tarballs y zips de las versiones también contienen los archivos correspondientes `completions/sotto.*`
si prefieres copiarlos directamente.

### GitHub Actions

Para GitHub Actions, usa la [acción Sotto Setup](https://github.com/getsotto/sotto-action) para
Expand Down
18 changes: 18 additions & 0 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ Windows). Vous préférez vérifier d'abord ? Récupérez une archive sur la
[page des versions](https://github.com/getsotto/sotto/releases) et vérifiez-la manuellement selon
[SECURITY.md](SECURITY.md), ou compilez depuis les sources (voir [Développement](#développement)).

### Complétions du shell

`sotto completions <shell>` affiche un script de complétion sur la sortie standard. Par exemple :

```sh
# bash
sotto completions bash > ~/.local/share/bash-completion/completions/sotto

# zsh (add the directory to fpath in ~/.zshrc first)
sotto completions zsh > ~/.zfunc/_sotto

# fish
sotto completions fish > ~/.config/fish/completions/sotto.fish
```

Les tarballs et zips des releases contiennent également les fichiers correspondants `completions/sotto.*`
si vous préférez les copier directement.

### GitHub Actions

Pour GitHub Actions, utilisez l'[action Sotto Setup](https://github.com/getsotto/sotto-action) pour
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@ Windows). Prefer to look first? Grab an archive from the
[releases page](https://github.com/getsotto/sotto/releases) and verify it manually per
[SECURITY.md](SECURITY.md), or build from source (see [Developing](#developing)).

### Shell completions

`sotto completions <shell>` prints a completion script to stdout. For example:

```sh
# bash
sotto completions bash > ~/.local/share/bash-completion/completions/sotto

# zsh (add the directory to fpath in ~/.zshrc first)
sotto completions zsh > ~/.zfunc/_sotto

# fish
sotto completions fish > ~/.config/fish/completions/sotto.fish
```

Release tarballs and zips also contain the matching `completions/sotto.*` files if you prefer to
copy them directly.

### GitHub Actions

For GitHub Actions, use the [Sotto Setup action](https://github.com/getsotto/sotto-action) to
Expand Down
18 changes: 18 additions & 0 deletions README.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ Windows). Prefere conferir antes? Baixe um arquivo compactado na
[página de releases](https://github.com/getsotto/sotto/releases) e verifique manualmente conforme
[SECURITY.md](SECURITY.md), ou compile do código-fonte (consulte [Desenvolvimento](#desenvolvimento)).

### Autocompletar do shell

`sotto completions <shell>` imprime um script de autocompletar na saída padrão. Por exemplo:

```sh
# bash
sotto completions bash > ~/.local/share/bash-completion/completions/sotto

# zsh (add the directory to fpath in ~/.zshrc first)
sotto completions zsh > ~/.zfunc/_sotto

# fish
sotto completions fish > ~/.config/fish/completions/sotto.fish
```

Os tarballs e zips das releases também contêm os arquivos correspondentes `completions/sotto.*`
se você preferir copiá-los diretamente.

### GitHub Actions

Para GitHub Actions, use a [action Sotto Setup](https://github.com/getsotto/sotto-action) para
Expand Down
Loading