summaryrefslogtreecommitdiff
path: root/plugins/lighthouse/README.md
diff options
context:
space:
mode:
authorPasan <pasan.super@gmail.com>2018-10-20 08:55:19 +0530
committerPasan <pasan.super@gmail.com>2018-10-20 08:55:19 +0530
commit1a4052b0451121556fceca63ee96255cca0ca94c (patch)
treea511c473b6e4dc6a4d3148f4ddb9bbabfe06c146 /plugins/lighthouse/README.md
parent576ada138fc5eed3f58a4aff8141e483310c90fb (diff)
downloadzsh-1a4052b0451121556fceca63ee96255cca0ca94c.tar.gz
zsh-1a4052b0451121556fceca63ee96255cca0ca94c.tar.bz2
zsh-1a4052b0451121556fceca63ee96255cca0ca94c.zip
Added README.md to lighthouse plugin
Diffstat (limited to 'plugins/lighthouse/README.md')
-rw-r--r--plugins/lighthouse/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/lighthouse/README.md b/plugins/lighthouse/README.md
new file mode 100644
index 000000000..0dd0003f1
--- /dev/null
+++ b/plugins/lighthouse/README.md
@@ -0,0 +1,15 @@
+# Lighthouse plugin
+
+This plugin issue lighthouse tickets.
+
+To use it, add `lighthouse` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... lighthouse)
+```
+
+## Aliases
+
+| Alias | Command | Description |
+|-------|----------------------------------------|------------------------------------------------------|
+| lho | `open_lighthouse_ticket` | Opening lighthouse ticket | \ No newline at end of file