corvofeng / joe-completion

A small zsh completion plugin for https://github.com/karan/joe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

joe-completion(For oh-my-zsh)

Open Source Love

A small zsh completion plugin for https://github.com/karan/joe

ezgif com-optimize

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:

  1. google-cloud-sdk/completion.zsh.inc
  2. /usr/share/zsh/site-functions/_archlinux-java
  3. /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.

About

A small zsh completion plugin for https://github.com/karan/joe

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%