Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carapace-sh/carapace-bridge
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: 30 days ago
JSON representation
completion bridge
- Host: GitHub
- URL: https://github.com/carapace-sh/carapace-bridge
- Owner: carapace-sh
- License: mit
- Created: 2021-07-24T10:09:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T18:36:28.000Z (about 2 months ago)
- Last Synced: 2024-09-28T07:41:09.415Z (about 1 month 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: 362 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# carapace-bridge
[![PkgGoDev](https://pkg.go.dev/badge/github.com/carapace-sh/carapace-bridges)](https://pkg.go.dev/github.com/carapace-sh/carapace-bridge)
[![GoReportCard](https://goreportcard.com/badge/github.com/carapace-sh/carapace-bridge)](https://goreportcard.com/report/github.com/carapace-sh/carapace-bridge)
[![Coverage Status](https://coveralls.io/repos/github/carapace-sh/carapace-bridge/badge.svg?branch=master)](https://coveralls.io/github/carapace-sh/carapace-bridge?branch=master)
[![Packaging status](https://repology.org/badge/tiny-repos/carapace-bridge.svg)](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).
[![asciicast](https://asciinema.org/a/574303.svg)](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/)