From 0ec59e25c7f6ac11d0988082fef908ff753126a2 Mon Sep 17 00:00:00 2001 From: Sudhin MN <34642968+sudhinm@users.noreply.github.com> Date: Tue, 5 Nov 2019 17:57:19 +0530 Subject: fasd: add README (#8334) --- plugins/fasd/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 plugins/fasd/README.md (limited to 'plugins/fasd') 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 -- cgit v1.2.3-70-g09d2 From 7dddfe0a39b75acbe265c47b6d1dc575d6dedd9f Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 18 Dec 2019 13:06:39 +0300 Subject: fasd: fix plugins name in README (#8483) --- plugins/fasd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/fasd') diff --git a/plugins/fasd/README.md b/plugins/fasd/README.md index 1641a92d0..a5c74e5b8 100644 --- a/plugins/fasd/README.md +++ b/plugins/fasd/README.md @@ -5,7 +5,7 @@ To use it, add `fasd` to the plugins array in your zshrc file: ```zsh -plugins=(... fd) +plugins=(... fasd) ``` ## Installation @@ -18,4 +18,4 @@ Please find detailed installation guide [`here`](https://github.com/clvv/fasd#in |-------|-------------------------------------------|-------------------------------------------------------------| | 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 +| j | `fasd_cd -d -i` | cd with interactive selection | -- cgit v1.2.3-70-g09d2