Carapace

command argument completion generator for spf13/cobra
Alternatives To Carapace
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
3d Pointcloud1,552
13 days ago2Python
Papers and Datasets about Point Cloud.
Carapace1031712 days ago239May 04, 202329apache-2.0Go
command argument completion generator for spf13/cobra
Multiobj Rationale98
8 months ago6mitPython
Multi-Objective Molecule Generation using Interpretable Substructures (ICML 2020)
Schema Generators74
a year ago4February 10, 20209Clojure
test.check generators and data completion for Schema
Java Spring Template47
2 days ago39May 23, 202211Java
Java Spring template for the AsyncAPI Generator
Bash Swagger Codegen4
6 years ago1apache-2.0Shell
Bash client code Swagger codegen
Completerator1
10 years ago1Ruby
bash tab-completion generation tool
Zig Compiler Completions1
6 years agoRust
bash and zsh completions for the zig compiler
Alternatives To Carapace
Select To Compare


Alternative Project Comparisons
Readme

carapace

PkgGoDev documentation GoReportCard Coverage Status

Command argument completion generator for cobra. You can read more about it here: A pragmatic approach to shell completion.

Supported shells:

Usage

Calling carapace.Gen on the root command is sufficient to enable completion using the hidden command.

import (
    "github.com/rsteube/carapace"
)

carapace.Gen(rootCmd)

Example

An example implementation can be found in the example folder.

Standalone Mode

Carapace can also be used to provide completion for arbitrary commands. See carapace-bin for examples.

Related Projects

Popular Completion Projects
Popular Generation Projects
Popular Text Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Golang
Script
Powershell
Bash
Generation
Zsh
Completion
Fish Shell