mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
35 lines
2.0 KiB
Markdown
35 lines
2.0 KiB
Markdown
# 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
|