Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube authored Oct 9, 2021
1 parent 3c148d6 commit ca795f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ mkdir -p ~/.config/fish/completions
carapace --list | awk '{print $1}' | xargs -I{} touch ~/.config/fish/completions/{}.fish # disable auto-loaded completions (#185)
carapace _carapace | source

# nushell [needs fork: https://github.com/rsteube/nushell]
carapace _carapace nushell | save carapace.nu
source carapace.nu

# oil (~/.config/oil/oshrc)
source <(carapace _carapace)

Expand Down Expand Up @@ -84,7 +88,7 @@ cd cmd/carapace && go generate ./... && go build -ldflags="-s -w"
Completers can also be built separately:
```sh
cd completers/ln_completer && go build -ldflags="-s -w"
./ln_completer _carapace [bash|elvish|fish|oil|powershell|tcsh|xonsh|zsh]
./ln_completer _carapace [bash|elvish|fish|nushell|oil|powershell|tcsh|xonsh|zsh]
```

## Creating completers
Expand Down

0 comments on commit ca795f0

Please sign in to comment.