mirror of
https://tildegit.org/envs/pb.git
synced 2025-04-11 17:45:51 +00:00
updated readme with info from manpage
This commit is contained in:
parent
656dd2ceee
commit
e0d57531e6
1 changed files with 17 additions and 6 deletions
23
README.md
23
README.md
|
@ -3,17 +3,28 @@ pb  | pb
|
|
||||||
|
|
||||||
Uploads a file or data to the tilde 0x0 paste bin
|
echo 'Secret info' | pb
|
||||||
|
Upload piped output to the pastebin
|
||||||
|
|
||||||
OPTIONAL FLAGS:
|
find . -type f -name '*.js' -print | pb -f
|
||||||
-h Show this help
|
Upload a list of files to the pastebin individually pb -s http://0x0.st scores.txt
|
||||||
|
Upload a file to a different pastebin endpoint
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options
|
||||||
|
|
||||||
|
```bash
|
||||||
|
-h Show help
|
||||||
-v Show current version number
|
-v Show current version number
|
||||||
-f Explicitly interpret stdin as filename
|
-f Explicitly interpret stdin as filename
|
||||||
-s server_address Use alternative pastebin server address
|
-s server_address Use alternative pastebin server address
|
||||||
|
|
Loading…
Add table
Reference in a new issue