diff options
author | wyldphyre <craigreynolds@Claire.local> | 2015-02-27 13:38:31 +0800 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2015-06-12 00:17:26 +0200 |
commit | cf3fb873ec0cc0ec428e9c05dcac998d3b3f956c (patch) | |
tree | dbb435098adad1e8fc76b22a9ca53a8c683796dd /plugins/forklift/README.md | |
parent | 81da07602c8e99548ffbe4d110d40ea5873f20fe (diff) | |
download | zsh-cf3fb873ec0cc0ec428e9c05dcac998d3b3f956c.tar.gz zsh-cf3fb873ec0cc0ec428e9c05dcac998d3b3f956c.tar.bz2 zsh-cf3fb873ec0cc0ec428e9c05dcac998d3b3f956c.zip |
Added README.md file for ForkLift plugin
Diffstat (limited to 'plugins/forklift/README.md')
-rw-r--r-- | plugins/forklift/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/forklift/README.md b/plugins/forklift/README.md new file mode 100644 index 000000000..b452a357c --- /dev/null +++ b/plugins/forklift/README.md @@ -0,0 +1,13 @@ +## forklift + +Plugin for ForkLift, an FTP application for OS X. + +### Requirements + +* [ForkLift](http://forkliftapp.com/forklift/) + +### Usage + +* If `fl` is called without arguments then the current folder is opened in ForkLift. Is equivalent to `fl .` + +* If `fl` is called with a directory as the argument, then that directory is opened in ForkLift
\ No newline at end of file |