bash2zsh-complete

[DEPRECATED] Attempts to convert bash completion to zsh completion - much unstable, very alpha

Stars
2

bash2zsh-complete

Converts Attempts to convert bash completion to zsh completion.

I have found out that it's nearly impossible to support all bash completion helper functions and therefore I'm DEPRECATING this project.

I recommend checking out my other bash completion compatibility project which I'm actively using: https://github.com/curusarn/bash-complete-api

Bash to Zsh complete

Usage

go run bash2zsh-complete.go BASH_COMPLETION [> ZSH_COMPLETION] Program writes a lot of info to stderr. Program writes ZSH_COMPLETION to stdout.

Disclaimer