README.md 579 Bytes
Newer Older
1
# forklift
2
3
4

Plugin for ForkLift, an FTP application for OS X.

5
6
7
8
9
10
11
To use it, add `forklift` to the plugins array in your zshrc file:

```zsh
plugins=(... forklift)
```

## Requirements
12

Janosch Schwalm's avatar
Janosch Schwalm committed
13
* [ForkLift](https://binarynights.com/)
14

15
## Usage
16

17
`fl [<file_or_folder>]`
18

19
20
* If `fl` is called without arguments then the current folder is opened in ForkLift. This is equivalent to `fl .`.

21
22
23
* 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.