https://github.com/carapace-sh/carapace-bin
A multi-shell completion binary.
https://github.com/carapace-sh/carapace-bin
bash carapace cli completion elvish fish ion nushell oil powershell productivity shell tcsh terminal xonsh xontrib zsh
Last synced: 2 days ago
JSON representation
A multi-shell completion binary.
- Host: GitHub
- URL: https://github.com/carapace-sh/carapace-bin
- Owner: carapace-sh
- License: mit
- Created: 2020-04-20T20:49:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T16:59:25.000Z (3 days ago)
- Last Synced: 2025-04-12T17:43:33.291Z (3 days ago)
- Topics: bash, carapace, cli, completion, elvish, fish, ion, nushell, oil, powershell, productivity, shell, tcsh, terminal, xonsh, xontrib, zsh
- Language: Go
- Homepage: https://carapace.sh
- Size: 31.2 MB
- Stars: 1,173
- Watchers: 8
- Forks: 65
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-rainmana - carapace-sh/carapace-bin - A multi-shell completion binary. (Go)
- awesome-nu - carapace-bin - shell multi-command argument completer (Integrations)
README
# carapace-bin
[](https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/actions)
[](https://goreportcard.com/report/github.com/carapace-sh/carapace-bin)
[](https://carapace-sh.github.io/carapace-bin/)
[](https://carapace-sh.github.io/carapace-bin/completers.html)
[](https://carapace-sh.github.io/carapace-bin/spec/macros.html)
[](https://repology.org/project/carapace/versions)
[](https://github.com/orgs/carapace-sh/discussions?discussions_q=label%3Afaq)Carapace-bin provides argument completion for multiple CLI commands ([full list](https://carapace-sh.github.io/carapace-bin/completers.html)), and works across multiple POSIX and non-POSIX shells.

Supported shells:
- [Bash](https://www.gnu.org/software/bash/)
- [Cmd](https://en.wikipedia.org/wiki/Cmd.exe) ([experimental](https://github.com/carapace-sh/carapace/issues/1107))
- [Elvish](https://elv.sh/)
- [Fish](https://fishshell.com/)
- [Ion](https://doc.redox-os.org/ion-manual/) ([experimental](https://github.com/carapace-sh/carapace/issues/88))
- [Nushell](https://www.nushell.sh/)
- [Oil](http://oils.pub/)
- [Powershell](https://microsoft.com/powershell)
- [Tcsh](https://www.tcsh.org/) ([experimental](https://github.com/carapace-sh/carapace/issues/331))
- [Xonsh](https://xon.sh/)
- [Zsh](https://www.zsh.org/)## Getting Started
[Read], [Install] and [Setup].
[Read]:https://pixi.carapace.sh
[Install]:https://carapace-sh.github.io/carapace-bin/install.html
[Setup]:https://carapace-sh.github.io/carapace-bin/setup.html