Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsteube/carapace-bin
multi-shell multi-command argument completer
https://github.com/rsteube/carapace-bin
bash carapace completion elvish fish ion nushell oil powershell tcsh xonsh xontrib zsh
Last synced: 4 months ago
JSON representation
multi-shell multi-command argument completer
- Host: GitHub
- URL: https://github.com/rsteube/carapace-bin
- Owner: carapace-sh
- License: mit
- Created: 2020-04-20T20:49:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T15:47:34.000Z (6 months ago)
- Last Synced: 2024-06-04T07:14:05.262Z (6 months ago)
- Topics: bash, carapace, completion, elvish, fish, ion, nushell, oil, powershell, tcsh, xonsh, xontrib, zsh
- Language: Go
- Homepage: https://carapace.sh
- Size: 27.8 MB
- Stars: 730
- Watchers: 5
- Forks: 43
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-go - carapace-bin - Multi-shell multi-command argument completer. (Command Line / Standard CLI)
- awesome-go - carapace-bin - Multi-shell multi-command argument completer. (Command Line / Standard CLI)
- awesome-go-with-stars - carapace-bin - Multi-shell multi-command argument completer. (Command Line / Standard CLI)
- awesome-go - carapace-bin - Multi-shell multi-command argument completer. (Command Line / Standard CLI)
- awesome-go-extra - carapace-bin - shell multi-command argument completer|69|10|33|2020-04-20T20:49:41Z|2022-08-25T17:31:01Z| (Build Automation / Standard CLI)
- awesome-elvish - rsteube/carapace-bin - in completions for [over 400 commands](https://rsteube.github.io/carapace-bin/completers.html), and support for custom completions | (Completion Scripts)
- awesome-go - carapace-bin - Multi-shell multi-command argument completer. (Command Line / Standard CLI)
- awesome-go-cn - carapace-bin - bin) [![godoc][D]](https://godoc.org/github.com/rsteube/carapace-bin) (命令行 / 标准CLI)
- awesome-go-plus - carapace-bin - Multi-shell multi-command argument completer. ![stars](https://img.shields.io/badge/stars-974-blue) (Command Line / Standard CLI)
- awesome-go-plus - carapace-bin - Multi-shell multi-command argument completer. ![stars](https://img.shields.io/badge/stars-926-blue) ![forks](https://img.shields.io/badge/forks-49-blue) (Command Line / Standard CLI)
README
# carapace-bin
[![PkgGoDev](https://pkg.go.dev/badge/github.com/carapace-sh/carapace-bin/pkg/actions)](https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/actions)
[![GoReportCard](https://goreportcard.com/badge/github.com/carapace-sh/carapace-bin)](https://goreportcard.com/report/github.com/carapace-sh/carapace-bin)
[![documentation](https://img.shields.io/badge/-documentation-blue?logo=gitbook)](https://carapace-sh.github.io/carapace-bin/)
[![Completers](https://carapace-sh.github.io/carapace-bin/badge.svg)](https://carapace-sh.github.io/carapace-bin/completers.html)
[![Macros](https://carapace-sh.github.io/carapace-bin/macros-badge.svg)](https://carapace-sh.github.io/carapace-bin/spec/macros.html)
[![Packaging status](https://repology.org/badge/tiny-repos/carapace.svg)](https://repology.org/project/carapace/versions)
[![faq](https://img.shields.io/badge/discussions-faq-white)](https://github.com/carapace-sh/carapace-bin/discussions/categories/q-a?discussions_q=category%3AQ%26A+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.
[![asciicast](https://asciinema.org/a/533283.svg)](https://asciinema.org/a/533283)
Supported shells:
- [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/)## 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