An open API service indexing awesome lists of open source software.

https://github.com/curusarn/bash2zsh-complete

[DEPRECATED] Attempts to convert bash completion to zsh completion - much unstable, very alpha
https://github.com/curusarn/bash2zsh-complete

alpha bash bash-completion completion deprecated zsh zsh-completion

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

- This is very immature project
- Your bash completion needs to be a zsh compatible script (http://slopjong.de/2012/07/02/compatibility-between-zsh-and-bash/)
- This only works with a subset of standard bash completion options and functions