2020-03-11 19:57:46 +01:00
|
|
|
# forklift
|
2015-02-27 06:38:31 +01:00
|
|
|
|
|
|
|
Plugin for ForkLift, an FTP application for OS X.
|
|
|
|
|
2020-03-11 19:57:46 +01:00
|
|
|
To use it, add `forklift` to the plugins array in your zshrc file:
|
|
|
|
|
|
|
|
```zsh
|
|
|
|
plugins=(... forklift)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Requirements
|
2015-02-27 06:38:31 +01:00
|
|
|
|
2018-08-07 20:42:02 +02:00
|
|
|
* [ForkLift](https://binarynights.com/)
|
2015-02-27 06:38:31 +01:00
|
|
|
|
2020-03-11 19:57:46 +01:00
|
|
|
## Usage
|
2015-02-27 06:38:31 +01:00
|
|
|
|
2020-03-11 19:57:46 +01:00
|
|
|
`fl [<file_or_folder>]`
|
2015-02-27 06:38:31 +01:00
|
|
|
|
2015-12-18 22:47:48 +01:00
|
|
|
* If `fl` is called without arguments then the current folder is opened in ForkLift. This is equivalent to `fl .`.
|
|
|
|
|
2020-03-11 19:57:46 +01:00
|
|
|
* If `fl` is called with a directory as the argument, then that directory is opened in ForkLift
|
|
|
|
|
|
|
|
* If `fl` is called with a non-directory file as the argument, then the file's parent directory is opened.
|