summaryrefslogtreecommitdiff
path: root/plugins/invoke/README.md
diff options
context:
space:
mode:
authorQuentin Nerden <kenden@gmail.com>2021-08-10 20:25:08 +0200
committerGitHub <noreply@github.com>2021-08-10 20:25:08 +0200
commitbca73e18584771fd6db770055dac25b5728764c3 (patch)
tree01cccf01428f5ed76db2ef6b21bd86b0fa6a7b74 /plugins/invoke/README.md
parentab58594173c04f7fe2155a169d8906ef761ba0fc (diff)
downloadzsh-bca73e18584771fd6db770055dac25b5728764c3.tar.gz
zsh-bca73e18584771fd6db770055dac25b5728764c3.tar.bz2
zsh-bca73e18584771fd6db770055dac25b5728764c3.zip
feat(plugins): add completion plugin for `invoke` (#7311)
Co-authored-by: Quentin Nerden <quentin.nerden@intel.com>
Diffstat (limited to 'plugins/invoke/README.md')
-rw-r--r--plugins/invoke/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/invoke/README.md b/plugins/invoke/README.md
new file mode 100644
index 000000000..3f4b88078
--- /dev/null
+++ b/plugins/invoke/README.md
@@ -0,0 +1,10 @@
+# Invoke plugin
+
+This plugin adds completion for [invoke](https://github.com/pyinvoke/invoke).
+
+To use it, add `invoke` to the plugins array in your `~/.zshrc` file:
+
+```zsh
+plugins=(... invoke)
+```
+