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.

23 lines
579 B

3 years ago
  1. # forklift
  2. Plugin for ForkLift, an FTP application for OS X.
  3. To use it, add `forklift` to the plugins array in your zshrc file:
  4. ```zsh
  5. plugins=(... forklift)
  6. ```
  7. ## Requirements
  8. * [ForkLift](https://binarynights.com/)
  9. ## Usage
  10. `fl [<file_or_folder>]`
  11. * If `fl` is called without arguments then the current folder is opened in ForkLift. This is equivalent to `fl .`.
  12. * If `fl` is called with a directory as the argument, then that directory is opened in ForkLift
  13. * If `fl` is called with a non-directory file as the argument, then the file's parent directory is opened.