Skip to content

corvofeng/joe-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages