]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/forklift/README.md
7dfd8bf9576ae76cc791a0ad7e9283e410946a83
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / forklift / README.md
1 # forklift
2
3 Plugin for ForkLift, an FTP application for OS X.
4
5 To use it, add `forklift` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... forklift)
9 ```
10
11 ## Requirements
12
13 * [ForkLift](https://binarynights.com/)
14
15 ## Usage
16
17 `fl [<file_or_folder>]`
18
19 * If `fl` is called without arguments then the current folder is opened in ForkLift. This is equivalent to `fl .`.
20
21 * If `fl` is called with a directory as the argument, then that directory is opened in ForkLift
22
23 * If `fl` is called with a non-directory file as the argument, then the file's parent directory is opened.