Awesome
joe-completion(For oh-my-zsh)
A small zsh completion plugin for https://github.com/karan/joe
Usage
git clone https://github.com/corvofeng/joe-completion.git $ZSH/custom/plugins/joe-completion
You can think of it as a plugin for oh-my-zsh, or just a zshfile and source it
plugins=(... joe-completion ...)
OR
if [ -f <joe-completion>/joe-completion.plugin.zsh ]; then
source <joe-completion>/joe-completion.plugin.zsh
fi
Reference
Learned some fragments from:
- google-cloud-sdk/completion.zsh.inc
- /usr/share/zsh/site-functions/_archlinux-java
- /usr/share/zsh/functions/Completion/Linux/_sshfs
Thanks to the author of the joe, and oh-my-zsh
LICENSE
Copyright © 2018 corvo.
This project is licensed under version 3 of the GNU General Public License.