mirror of
https://tildegit.org/tomasino/pb.git
synced 2024-12-23 03:25:18 +01:00
description before example
This commit is contained in:
parent
c19f3e6ede
commit
95de7a48c6
16
README.md
16
README.md
@ -9,36 +9,36 @@ endpoint can be overridden.
|
|||||||
|
|
||||||
## Usage Examples
|
## Usage Examples
|
||||||
|
|
||||||
```bash
|
|
||||||
pb scores.txt
|
|
||||||
```
|
|
||||||
|
|
||||||
Upload 'scores.txt' to the pastebin
|
Upload 'scores.txt' to the pastebin
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo 'Secret info' | pb
|
pb scores.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Upload piped output to the pastebin
|
Upload piped output to the pastebin
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
find . -type f -name '*.js' -print | pb -f
|
echo 'Secret info' | pb
|
||||||
```
|
```
|
||||||
|
|
||||||
Upload a list of javascript files to the pastebin individually
|
Upload a list of javascript files to the pastebin individually
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pb -s http://0x0.st scores.txt
|
find . -type f -name '*.js' -print | pb -f
|
||||||
```
|
```
|
||||||
|
|
||||||
Upload a file to a different pastebin endpoint
|
Upload a file to a different pastebin endpoint
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pb -u https://google.com
|
pb -s http://0x0.st scores.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Shorten a URL
|
Shorten a URL
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pb -u https://google.com
|
||||||
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user