summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/geeknote/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/geeknote/README.md')
-rw-r--r--zsh/oh-my-zsh/plugins/geeknote/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/zsh/oh-my-zsh/plugins/geeknote/README.md b/zsh/oh-my-zsh/plugins/geeknote/README.md
new file mode 100644
index 0000000..95b3aa7
--- /dev/null
+++ b/zsh/oh-my-zsh/plugins/geeknote/README.md
@@ -0,0 +1,10 @@
+# Geeknote plugin
+
+This plugin provides autocompletion for [Geeknote](https://github.com/VitaliyRodnenko/geeknote)
+and an alias for `geeknote` called `gn`.
+
+To use it, add `geeknote` to the plugins array in your zshrc file:
+
+```zsh
+plugins=( ... geeknote ...)
+```