summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudhin MN <34642968+sudhinm@users.noreply.github.com>2019-11-05 17:57:19 +0530
committerMarc Cornellà <marc.cornella@live.com>2019-11-05 13:27:19 +0100
commit0ec59e25c7f6ac11d0988082fef908ff753126a2 (patch)
tree03553dd1b2458a0bf8820af5342810237fda4dae
parent687c50bdf999f8efd45f3c8f578a62329b0633da (diff)
downloadzsh-0ec59e25c7f6ac11d0988082fef908ff753126a2.tar.gz
zsh-0ec59e25c7f6ac11d0988082fef908ff753126a2.tar.bz2
zsh-0ec59e25c7f6ac11d0988082fef908ff753126a2.zip
fasd: add README (#8334)
-rw-r--r--plugins/fasd/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/fasd/README.md b/plugins/fasd/README.md
new file mode 100644
index 000000000..1641a92d0
--- /dev/null
+++ b/plugins/fasd/README.md
@@ -0,0 +1,21 @@
+# fasd
+
+[`Fasd`](https://github.com/clvv/fasd) (pronounced similar to "fast") is a command-line productivity booster. Fasd offers quick access to files and directories for POSIX shells.
+
+To use it, add `fasd` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... fd)
+```
+
+## Installation
+
+Please find detailed installation guide [`here`](https://github.com/clvv/fasd#install)
+
+## Aliases
+
+| Alias | Command | Description |
+|-------|-------------------------------------------|-------------------------------------------------------------|
+| v | `fasd -f -e "$EDITOR"` | List frequent/recent files matching the given filename. |
+| o | `fasd -a -e xdg-open` | List frequent/recent files and directories matching. |
+| j | `fasd_cd -d -i` | cd with interactive selection | \ No newline at end of file