top | item 45688422 Scog: Easily generate shell completions for any binary (bash, zsh, fish) 4 points| vrmiguel | 4 months ago |github.com 1 comment order hn newest vrmiguel|4 months ago Writing shell completions is tough: bash, zsh, and fish each have different, complex syntaxscog aims to solve this: you write one simple YAML file describing your CLI and it generates proper completion scripts for all three shells.It's built on clap's battle tested generators, so you get proven, quality completions without maintaining shell-specific scriptsSuggestions welcome ;)
vrmiguel|4 months ago Writing shell completions is tough: bash, zsh, and fish each have different, complex syntaxscog aims to solve this: you write one simple YAML file describing your CLI and it generates proper completion scripts for all three shells.It's built on clap's battle tested generators, so you get proven, quality completions without maintaining shell-specific scriptsSuggestions welcome ;)
vrmiguel|4 months ago
scog aims to solve this: you write one simple YAML file describing your CLI and it generates proper completion scripts for all three shells.
It's built on clap's battle tested generators, so you get proven, quality completions without maintaining shell-specific scripts
Suggestions welcome ;)