Zsh plugin for dotnet CLI completion
Clone this repository somewhere (~/.zsh-dotnet-completion for example)
git clone https://github.com/memark/zsh-dotnet-completion.git ~/.zsh-dotnet-completionThen source it in your .zshrc
source ~/.zsh-dotnet-completion/zsh-dotnet-completion.plugin.zshUsing Antigen
Bundle zsh-dotnet-completion in your .zshrc
antigen bundle memark/zsh-dotnet-completionUsing zplug
Load zsh-dotnet-completion as a plugin in your .zshrc
zplug "memark/zsh-dotnet-completion", defer:2Using zgen
Include the load command in your .zshrc
zgen load memark/zsh-dotnet-completionAs an Oh My ZSH! custom plugin
Clone zsh-dotnet-completion into your custom plugins repo
git clone https://github.com/memark/zsh-dotnet-completion ~/.oh-my-zsh/custom/plugins/zsh-dotnet-completionThen load as a plugin in your .zshrc
plugins+=(zsh-dotnet-completion)The plugin is based on the instructions found at How to enable TAB completion for the .NET Core CLI.
The structure of this page was inspired by zsh-better-npm-completion by Luke Childs, from which I also borrowed the installation instructions.
MIT © Magnus Markling
