Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
3d Pointcloud | 1,552 | 13 days ago | 2 | Python | ||||||
Papers and Datasets about Point Cloud. | ||||||||||
Carapace | 103 | 17 | 12 days ago | 239 | May 04, 2023 | 29 | apache-2.0 | Go | ||
command argument completion generator for spf13/cobra | ||||||||||
Multiobj Rationale | 98 | 8 months ago | 6 | mit | Python | |||||
Multi-Objective Molecule Generation using Interpretable Substructures (ICML 2020) | ||||||||||
Schema Generators | 74 | a year ago | 4 | February 10, 2020 | 9 | Clojure | ||||
test.check generators and data completion for Schema | ||||||||||
Java Spring Template | 47 | 2 days ago | 39 | May 23, 2022 | 11 | Java | ||||
Java Spring template for the AsyncAPI Generator | ||||||||||
Bash Swagger Codegen | 4 | 6 years ago | 1 | apache-2.0 | Shell | |||||
Bash client code Swagger codegen | ||||||||||
Completerator | 1 | 10 years ago | 1 | Ruby | ||||||
bash tab-completion generation tool | ||||||||||
Zig Compiler Completions | 1 | 6 years ago | Rust | |||||||
bash and zsh completions for the zig compiler |
Command argument completion generator for cobra. You can read more about it here: A pragmatic approach to shell completion.
Supported shells:
Calling carapace.Gen
on the root command is sufficient to enable completion using the hidden command.
import (
"github.com/rsteube/carapace"
)
carapace.Gen(rootCmd)
An example implementation can be found in the example folder.
Carapace can also be used to provide completion for arbitrary commands. See carapace-bin for examples.