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

https://github.com/nhomble/whisper

send secrets in shell
https://github.com/nhomble/whisper

chat secret

Last synced: 3 months ago
JSON representation

send secrets in shell

Awesome Lists containing this project

README

        

# whisper

## Usage
```sh
$ ./whisper -m 'hey there!'
"757837ce23e2455bbd698d4f23775687"

$ ./whisper -s "757837ce23e2455bbd698d4f23775687"
"hey there!"
```

## Installation
With [basher](https://github.com/basherpm/basher)
```sh
$ basher install nhomble/whisper
```