diff options
author | Ilyes Kechidi <ilyes.spd@gmail.com> | 2017-02-07 14:40:21 +0100 |
---|---|---|
committer | Ilyes Kechidi <ilyes.spd@gmail.com> | 2017-02-07 14:40:21 +0100 |
commit | 8013d3d8a933b6bae3ed9ceb37bebb42cf28ea56 (patch) | |
tree | e0371e4cbae3176e95f6a544a56c2ae99db2540b /plugins/transfer | |
parent | 76c102944c8c164f2cf8908712b6c6a1d9fe5d70 (diff) | |
download | zsh-8013d3d8a933b6bae3ed9ceb37bebb42cf28ea56.tar.gz zsh-8013d3d8a933b6bae3ed9ceb37bebb42cf28ea56.tar.bz2 zsh-8013d3d8a933b6bae3ed9ceb37bebb42cf28ea56.zip |
added README for transfer.sh plugin
Diffstat (limited to 'plugins/transfer')
-rw-r--r-- | plugins/transfer/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/transfer/README.md b/plugins/transfer/README.md new file mode 100644 index 000000000..e14b94aa9 --- /dev/null +++ b/plugins/transfer/README.md @@ -0,0 +1,7 @@ +# `transfer.sh` plugin +transfer.sh is an easy file sharing service from the command line + +## Usage +Example +> transfer file.txt + |