diff options
author | Ján Koščo <3k.stanley@gmail.com> | 2014-09-01 20:08:29 +0200 |
---|---|---|
committer | Ján Koščo <3k.stanley@gmail.com> | 2014-09-01 20:08:29 +0200 |
commit | a6ab704482f3f092b907a306eec2b3b8d908a5da (patch) | |
tree | 5fad6e77630b3a5489426206a2a88984aef69d3b | |
parent | b3d27be944c36b15900c9e11a6d1495096d43ba1 (diff) | |
download | zsh-a6ab704482f3f092b907a306eec2b3b8d908a5da.tar.gz zsh-a6ab704482f3f092b907a306eec2b3b8d908a5da.tar.bz2 zsh-a6ab704482f3f092b907a306eec2b3b8d908a5da.zip |
Added a short description of the plugin
-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)) |