 Aaron LichtmanandClaude Opus 4.6
|
9fcc7b8f4b
|
Add completion for glow 2.1.1
Add completion script for glow, Charmbracelet's terminal
markdown renderer (https://github.com/charmbracelet/glow).
Completes:
- Subcommands: completion, config, help
- Global flags: --all, --config, --help, --line-numbers, --pager,
--preserve-new-lines, --style, --tui, --version, --width
- Shell arguments for `glow completion` (bash, fish, powershell, zsh)
- Markdown files for the default command
Either add this repo to your fpath in your ~/.zshrc
```zsh
fpath=(/path/to/zsh-completions/src $fpath) && autoload -Uz _glow && compinit
```
Or just `source /Users/alichtman/Desktop/Development/open-source-contributions/zsh-completions/src/_glow` in your current shell.
- `glow <TAB>` — shows subcommands (completion, config, help) and flags
- `glow completion <TAB>` — shows shell options (bash, fish, powershell, zsh)
- `glow --<TAB>` — shows all global flags
- `glow -<TAB>` — shows short flags
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-20 20:25:08 -07:00 |
|