Add iloveitaly/zsh-ai-completions to utilities section

https://github.com/iloveitaly/zsh-ai-completions/issues/1 is closed, add
`iloveitaly/zsh-ai-completions`.

Closes #1920

Signed-off-by: Joe Block <jpb@unixorn.net>
This commit is contained in:
Joe Block 2024-10-24 10:53:52 -06:00
parent d0d0407fe5
commit 05d36ff262

View file

@ -2945,6 +2945,7 @@ There is also a more detailed [Zsh Plugin Standard](https://zdharma-continuum.gi
- [shell-color-prompt-tool](https://github.com/kyletimmermans/shell-color-prompt-tool) - Helps you create a custom prompt for `ZSH` or `bash`.
- [shellSpec](https://github.com/shellspec/shellspec) - A full-featured BDD unit testing framework for dash, bash, ksh, ZSH and all POSIX shells.
- [shtab](https://github.com/iterative/shtab) - Automatically generate shell tab completion scripts for Python CLI apps, supports `zsh`, `bash` and `tcsh`.
- [zsh-ai-completions](https://github.com/iloveitaly/zsh-ai-completions) - AI-generated ZSH completions
- [zsh-bench](https://github.com/romkatv/zsh-bench) - A benchmark for interactive ZSH. It measures user-visible latency of interactive `zsh`: input lag, command lag, etc.
- [zshdb](https://github.com/rocky/zshdb) - A ZSH debugger.
- [zshelldoc](https://github.com/zdharma-continuum/zshelldoc) - Doxygen for shell scripts. Parses ZSH and Bash scripts, outputs Asciidoc document with function lists, call trees, lists of exported variables, and more.