>_ZSH-DOTNET-COMPLETION
dotnet, completed. Tab completion for the dotnet command-line tool. Source the plugin, restart zsh, hit TAB after dotnet.
Install
# Zinit
zinit ice lucid nocompile
zinit load MenkeTechnologies/zsh-dotnet-completion
# Oh My Zsh
git clone https://github.com/MenkeTechnologies/zsh-dotnet-completion \
"$HOME/.oh-my-zsh/custom/plugins/zsh-dotnet-completion"
# then: plugins+=(zsh-dotnet-completion)
# Manual
git clone https://github.com/MenkeTechnologies/zsh-dotnet-completion
source zsh-dotnet-completion/zsh-dotnet-completion.plugin.zsh
Examples
dotnet <TAB> # subcommand completion: new, build, run, test, restore, ... dotnet new <TAB> # template completion dotnet add <TAB> # package completion dotnet build -c <TAB> # configuration completion
Sibling plugins
Part of the MenkeTechnologies zsh plugin family — the MenkeTechnologiesMeta umbrella:
- zsh-better-npm-completion — cache-aware
npm installcompletion - zsh-cargo-completion — live
cargo add/cargo installcompletion - zsh-cpan-completion — live MetaCPAN
cpan/cpanmcompletion - zsh-expand — spacebar expansion (11,683 tests)
- zsh-gem-completion — ruby
gem installremote completion - zsh-git-acp — 159 git aliases + add/commit/push keybindings
- zsh-git-repo-cache — index every git repo on disk
- zsh-learn — MySQL-backed learning collection / quiz
- zsh-more-completions — 33,175-file mega completion corpus
- zsh-nginx — nginx commands + service-wrapper aliases
- zsh-pip-description-completion — pip remote completion with descriptions
- zsh-sed-sub — in-place sed substitution on the command line
- zsh-sudo — ESC ESC to prepend sudo
- zsh-xcode-completions — xcodebuild / xcrun / swift completion