An open API service indexing awesome lists of open source software.

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

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/mc5o2649tva6885wvyspm0flobsasin

You can type it:

$ onetime
Paste secret here (hit control-D to continue):
I STILL WATCH NIGHT COURT.
https://onetimesecret.com/secret/3djys3b7tridrcvbiprqjejz0c2g07x

And you can read from a file:

$