https://github.com/onetimesecret/onetime-ruby
Command-line tool and Ruby API client for One-Time Secret
https://github.com/onetimesecret/onetime-ruby
Last synced: 1 day ago
JSON representation
Command-line tool and Ruby API client for One-Time Secret
- Host: GitHub
- URL: https://github.com/onetimesecret/onetime-ruby
- Owner: onetimesecret
- License: mit
- Created: 2012-01-06T12:05:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T09:04:16.000Z (over 8 years ago)
- Last Synced: 2025-04-17T20:39:21.244Z (7 days ago)
- Language: Ruby
- Homepage: https://onetimesecret.com/
- Size: 262 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# One-Time Secret 0.5 #
**Keep sensitive info out of your chat logs & email.**
## Basic Usage ##
Use `onetime` to share something you know (a secret phrase, a special link, etc) or to generate a secret (e.g. a temporary password).
### onetime share ###
You can pipe it:
$ echo "I STILL WATCH NIGHT COURT." | onetime
https://onetimesecret.com/secret/mc5o2649tva6885wvyspm0flobsasinYou can type it:
$ onetime
Paste secret here (hit control-D to continue):
I STILL WATCH NIGHT COURT.
https://onetimesecret.com/secret/3djys3b7tridrcvbiprqjejz0c2g07xAnd you can read from a file:
$