zsh misc completions
August 13, 2026 ยท View on GitHub
Unix
Perl
dotnet
- dotnet
- dotnet provides zsh completion feature but it is not useful for me
- fantomas
- dotnet-install.sh
Ruby
macOS
- mediafilesegmenter
- mediastreamsegmenter
- mediastreamvalidator
- mediasubtitlesegmenter
Setup example
Add some directory to fpath variables. In the following example, add ~/.zsh/completions.
mkdir -p ~/.zsh/completions
fpath=(~/.zsh/completions $fpath)
Run setup.sh
./setup.sh ~/.zsh/completions