Skip to content

Commit

Permalink
Add kislyuk/argcomplete
Browse files Browse the repository at this point in the history
Add `kislyuk/argcomplete` completion generator

Signed-off-by: Joe Block <[email protected]>
  • Loading branch information
unixorn committed Oct 12, 2024
1 parent 3e162f6 commit a808a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2936,6 +2936,7 @@ There is also a more detailed [Zsh Plugin Standard](https://zdharma-continuum.gi

### ZSH Tools

- [argcomplete](https://github.com/kislyuk/argcomplete) - Generates tab completions for programs using Python's `argparse` module.
- [crazy-complete](https://github.com/crazy-complete/crazy-complete) - Every program should have autocompletion in the shell to enhance user experience and productivity. crazy-complete helps solve this task by generating robust and reliable autocompletion scripts.
- [manpage-completion-generator](https://github.com/umlx5h/zsh-manpage-completion-generator) - Generats ZSH completions from man pages. Requires [create_manpage_completions.py](https://github.com/fish-shell/fish-shell/blob/master/share/tools/create_manpage_completions.py) which is installed by the fish shell
- [oh-plugin](https://github.com/mbergo/oh-plugin) - Helps you install plugins for [oh-my-zsh](https://ohmyz.sh) by typing `oh-plugin install repository_address`.
Expand Down

0 comments on commit a808a5a

Please sign in to comment.