Commit Graph
7 Commits
Author SHA1 Message Date
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
Aaron LichtmanandShohei YOSHIDA 660b7e4963 Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:51:02 -07:00
Aaron LichtmanandShohei YOSHIDA 1e80d3c1bf Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:50:51 -07:00
Aaron LichtmanandShohei YOSHIDA 9d358ae351 Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:50:45 -07:00
Aaron LichtmanandShohei YOSHIDA 8fed2d1e83 Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:50:32 -07:00
Aaron LichtmanandShohei YOSHIDA 9a59a71911 Update src/_shallow-backup
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
2023-10-12 23:50:24 -07:00
Aaron Lichtman 1f93068627 Add basic completions for shallow-backup
This adds basic tab completion for
https://github.com/alichtman/shallow-backup/

This will fix https://github.com/alichtman/shallow-backup/issues/324
2023-10-12 15:11:06 -07:00