Skip to content

Commit

Permalink
better readme 👍
Browse files Browse the repository at this point in the history
  • Loading branch information
jomo committed Dec 16, 2014
1 parent 6fe8674 commit 21d0a44
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ Ultra simple script to upload files from the command line

## Usage

upload one or many files:
```shell
upload [file ..]
```
syntax: `upload [file ..]`

pipe
```shell
cat file.txt | grep filter | upload -
# single file:
upload file.txt

# many files:
upload file1 file2
upload *.txt

# pipe stdin:
echo "hi there" | upload -
```

The link is shown & copied to clipboard (using `pbcopy` or `xclip`)
The link is shown & copied to your clipboard (using `pbcopy` or `xclip`)

## Thanks

Expand Down

0 comments on commit 21d0a44

Please sign in to comment.