summaryrefslogtreecommitdiff
path: root/plugins/tmux-cssh/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2019-12-27 02:34:35 +0100
committerMarc Cornellà <marc.cornella@live.com>2019-12-27 02:34:35 +0100
commit8ea20fdca794a2a2c2f39cebd1e1861f9f0c6fbb (patch)
tree706565965d5ac4a1e3261b2d9822e57d1547189f /plugins/tmux-cssh/README.md
parentca8a5a0a84d4bb38c0a953e633a7ee446037a616 (diff)
downloadzsh-8ea20fdca794a2a2c2f39cebd1e1861f9f0c6fbb.tar.gz
zsh-8ea20fdca794a2a2c2f39cebd1e1861f9f0c6fbb.tar.bz2
zsh-8ea20fdca794a2a2c2f39cebd1e1861f9f0c6fbb.zip
tmux-cssh: add README
Diffstat (limited to 'plugins/tmux-cssh/README.md')
-rw-r--r--plugins/tmux-cssh/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/tmux-cssh/README.md b/plugins/tmux-cssh/README.md
new file mode 100644
index 000000000..4602a502a
--- /dev/null
+++ b/plugins/tmux-cssh/README.md
@@ -0,0 +1,10 @@
+# tmux-cssh plugin
+
+This plugin adds autocompletion for [`tmux-cssh`](https://github.com/zinic/tmux-cssh/).
+
+To use it, add `tmux-cssh` to the plugins array in your zshrc file:
+```zsh
+plugins=(... tmux-cssh)
+```
+
+First upstream repo, now disappeared: https://github.com/dennishafemann/tmux-cssh.