Skip to content

Add zsh completion (implements issue #8)

Implements zsh completion and installation of said completion.

The directory structure is set up such that future completions for other shells should go in sub directories next to the zsh one, e.g. completions/bash, completions/fish and (god forbid) completions/powershell.

Merge request reports