https://github.com/carapace-sh/carapace-bridge
A multi-shell completion bridge.
https://github.com/carapace-sh/carapace-bridge
argcomplete bash bridge carapace click cobra complete completion elvish fish ion nushell oil powershell tcs xonsh xontrib yargs
Last synced: 3 months ago
JSON representation
A multi-shell completion bridge.
- Host: GitHub
- URL: https://github.com/carapace-sh/carapace-bridge
- Owner: carapace-sh
- License: mit
- Created: 2021-07-24T10:09:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T19:57:32.000Z (4 months ago)
- Last Synced: 2025-02-02T02:11:44.325Z (3 months ago)
- Topics: argcomplete, bash, bridge, carapace, click, cobra, complete, completion, elvish, fish, ion, nushell, oil, powershell, tcs, xonsh, xontrib, yargs
- Language: Go
- Homepage: https://carapace.sh
- Size: 391 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# carapace-bridge
[](https://pkg.go.dev/github.com/carapace-sh/carapace-bridge)
[](https://goreportcard.com/report/github.com/carapace-sh/carapace-bridge)
[](https://coveralls.io/github/carapace-sh/carapace-bridge?branch=master)
[](https://repology.org/project/carapace-bridge/versions)Invokes completion of various frameworks and provides bridge actions for [carapace-bin](https://github.com/carapace-sh/carapace-bin).
[](https://asciinema.org/a/574303)
Supported inputs:
- [argcomplete](https://github.com/kislyuk/argcomplete)
- [bash](https://www.gnu.org/software/bash/)
- [carapace](https://github.com/carapace-sh/carapace)
- [carapace-bin](https://github.com/carapace-sh/carapace-bin/)
- [clap](https://github.com/clap-rs/clap)
- [click](https://github.com/pallets/click)
- [cobra](https://github.com/spf13/cobra)
- [complete](https://github.com/posener/complete)
- [fish](https://fishshell.com/)
- [inshellisense](https://github.com/microsoft/inshellisense)
- [kingpin](https://github.com/alecthomas/kingpin)
- [powershell](https://microsoft.com/powershell)
- [urfavecli](https://github.com/urfave/cli)
- [yargs](https://github.com/yargs/yargs)
- [zsh](https://www.zsh.org/)Supported outputs:
- [Bash](https://www.gnu.org/software/bash/)
- [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://www.oilshell.org/)
- [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/)