diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-03-30 04:31:09 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-03-30 04:31:09 +0200 |
commit | c74681a1990c66205e27d803f3d3740b0bbb7202 (patch) | |
tree | 60764154d1390cc3304674d1195185b85e9aa2df /plugins/geeknote/README.md | |
parent | d1a5fad25b4e1ed008844efd055c1f33d6d5f633 (diff) | |
parent | a6ab704482f3f092b907a306eec2b3b8d908a5da (diff) | |
download | zsh-c74681a1990c66205e27d803f3d3740b0bbb7202.tar.gz zsh-c74681a1990c66205e27d803f3d3740b0bbb7202.tar.bz2 zsh-c74681a1990c66205e27d803f3d3740b0bbb7202.zip |
Merge pull request #2392 from s7anley/master
Geeknote autocomplete and alias
Diffstat (limited to 'plugins/geeknote/README.md')
-rw-r--r-- | plugins/geeknote/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/geeknote/README.md b/plugins/geeknote/README.md new file mode 100644 index 000000000..a6b50e27f --- /dev/null +++ b/plugins/geeknote/README.md @@ -0,0 +1,12 @@ +## ZSH-Geeknote + +[Geeknote](https://github.com/VitaliyRodnenko/geeknote) plugin for [oh-my-zsh framework](http://github.com/robbyrussell/oh-my-zsh). + +Plugins provides: + +- auto completion of commands and their options +- alias `gn` + +You can find information how to install Geeknote and it's available commands on the [project website](http://www.geeknote.me/). + +Maintainer : Ján Koščo ([@s7anley](https://twitter.com/s7anley)) |