From e0d57531e6bef4a989bd0b1ecc30ae8c4debed90 Mon Sep 17 00:00:00 2001 From: James Tomasino <james@tomasino.org> Date: Wed, 15 Aug 2018 00:00:46 -0400 Subject: [PATCH] updated readme with info from manpage --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df6a86a..70d752c 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,28 @@ pb  | pb +pb scores.txt + Upload 'scores.txt' to the pastebin -Uploads a file or data to the tilde 0x0 paste bin +echo 'Secret info' | pb + Upload piped output to the pastebin -OPTIONAL FLAGS: - -h Show this help +find . -type f -name '*.js' -print | pb -f + 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 -f Explicitly interpret stdin as filename -s server_address Use alternative pastebin server address