Skip to content

Commit aa967d3

Browse files
committed
transfer: update README for latest changes
* Yeah people are lazy to execute commands again and again! Signed-off-by: dev-harsh1998 <harshitjain6751@gmail.com>
1 parent aa00ff2 commit aa967d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Transfer [ ![Codeship Status for dev-harsh1998/Transfer](https://app.codeship.com/projects/6cfba370-60d1-0136-95b6-3296b091a39e/status?branch=master)](https://app.codeship.com/projects/296378)
22

33
Transfer is a command line utility built as a wrapper around cURL for one purpose - Uploading files to [transfer.sh](https://transfer.sh). It abstracts away all the manual cURL syntax to make usage effortless.
4+
This utility even has the ability to upload multiple files with a single command or you can just use it to
5+
upload one, Transfer can adapt to your fingers.
46

57
## How to use?
68

79
```
8-
$ transfer myfile.file
10+
$ transfer myfile.file myflile2.flie ...
911
https://transfer.sh/t9a5Q/myfile.file
12+
https://transfer.sh/ab069/myfile2.file
13+
..
1014
```
1115

1216
## Installation

0 commit comments

Comments
 (0)