my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
979 B

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