]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/fasd/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / fasd / README.md
1 # fasd
2
3 [`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.
4
5 To use it, add `fasd` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... fasd)
9 ```
10
11 ## Installation
12
13 Please find detailed installation guide [`here`](https://github.com/clvv/fasd#install)
14
15 ## Aliases
16
17 | Alias | Command                                   | Description                                                 |
18 |-------|-------------------------------------------|-------------------------------------------------------------|
19 | v     | `fasd -f -e "$EDITOR"`                    | List frequent/recent files matching the given filename.     |
20 | o     | `fasd -a -e xdg-open`                     | List frequent/recent files and directories matching.        |
21 | j     | `fasd_cd -d -i`                           | cd with interactive selection                               |