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
- Host: GitHub
- URL: https://github.com/curusarn/bash2zsh-complete
- Owner: curusarn
- Created: 2018-03-06T17:25:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T11:09:15.000Z (about 7 years ago)
- Last Synced: 2025-02-12T11:14:03.005Z (4 months ago)
- Topics: alpha, bash, bash-completion, completion, deprecated, zsh, zsh-completion
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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