https://github.com/carapace-sh/carapace
A multi-shell completion library.
https://github.com/carapace-sh/carapace
bash carapace cobra completion elvish fish generator ion nushell oil powershell shell tcsh xonsh xontrib zsh
Last synced: 7 days ago
JSON representation
A multi-shell completion library.
- Host: GitHub
- URL: https://github.com/carapace-sh/carapace
- Owner: carapace-sh
- License: apache-2.0
- Created: 2020-03-17T15:25:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T07:57:12.000Z (27 days ago)
- Last Synced: 2025-04-07T09:07:17.195Z (14 days ago)
- Topics: bash, carapace, cobra, completion, elvish, fish, generator, ion, nushell, oil, powershell, shell, tcsh, xonsh, xontrib, zsh
- Language: Go
- Homepage: https://carapace.sh
- Size: 13.8 MB
- Stars: 565
- Watchers: 6
- Forks: 12
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-go - carapace - Command argument completion generator for spf13/cobra. (Command Line / Standard CLI)
- awesome-ccamel - carapace-sh/carapace - A multi-shell completion library. (Go)
README
# carapace
[](https://pkg.go.dev/github.com/carapace-sh/carapace)
[](https://carapace-sh.github.io/carapace/)
[](https://goreportcard.com/report/github.com/carapace-sh/carapace)
[](https://coveralls.io/github/carapace-sh/carapace?branch=master)Command argument completion generator for [cobra].
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-sh/issues/331))
- [Xonsh](https://xon.sh/)
- [Zsh](https://www.zsh.org/)## Getting Started
[Read], [Try] and [Build].
[Read]:https://pixi.carapace.sh
[Try]:./example/
[Build]:https://carapace-sh.github.io/carapace/carapace/gen.html[cobra]:https://github.com/spf13/cobra