diff --git a/changelog/zsh-completion.dd b/changelog/zsh-completion.dd new file mode 100644 index 0000000..dea11d1 --- /dev/null +++ b/changelog/zsh-completion.dd @@ -0,0 +1,6 @@ +DUB now has zsh completion + +A zsh completion script is now present in `scripts/zsh-completion/_zsh`. +It can be installed under the user's prefered `fpath` and provides completion +for options for the most common `dub` commands, as well as list of packages +(based on local packages), e.g. for `dub add`.