From eeb60821c73596fb3b1c2426bc26dbcd59eb7bb3 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 1 Nov 2015 19:46:30 +0300 Subject: Support different bins --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d0f43b6..1f389b4 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,17 @@ Type `zerobin --help` to see usage summary: zerobin [options] TEXT Options: - -e, --expire=E Set expiration of paste: once, day, week, month [default: week] + -b, --bin=BIN 0bin service [default: https://paste.ec] -f, --file Paste the content of file TEXT instead of plain TEXT + -e, --expire=E Set expiration of paste: once, day, week, month [default: day] -h, --help Show this message Examples: - zerobin hello paste "hello" for a week - zerobin -f /etc/fstab paste file /etc/fstab for a week - zerobin -e once hello paste "hello", it will burn after reading + zerobin hello paste "hello" for a day + zerobin -f /etc/fstab paste file /etc/fstab for a day + zerobin -e once hello paste "hello", it will burn after reading + zerobin -b http://0bin.net hello paste to 0bin.net Hacking @@ -65,10 +67,11 @@ running by [Node.js](https://nodejs.org) to decrypt: Features/Bugs/TODOs =================== -1. https://paste.ec supports images, `zerobin` can encrypt anything, - but only plain text will be decrypted. +1. [0bin](https://github.com/sametmax/0bin) supports images, + `zerobin` can encrypt anything, but only plain text will be decrypted. 2. "Burn after reading" (`-e once`) really means "burn after two readings", because we do not redirect like browser does. You can verify your paste before sharing the link ;-) +3. http://0bin.net does not support `-e week` -- cgit v1.2.3