aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-11-01 19:46:30 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-11-01 19:47:46 +0300
commiteeb60821c73596fb3b1c2426bc26dbcd59eb7bb3 (patch)
treeb96990170dd19fb492c19d2e8e78e61e5520d2fc /README.md
parentb09ba749840c0f7c363c1e831a2f6d60ec267b93 (diff)
downloadzerobin-eeb60821c73596fb3b1c2426bc26dbcd59eb7bb3.tar.gz
Support different bins
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
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`