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
- Host: GitHub
- URL: https://github.com/nhomble/whisper
- Owner: nhomble
- License: cc0-1.0
- Created: 2022-03-06T01:05:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T01:43:37.000Z (about 3 years ago)
- Last Synced: 2025-01-21T00:47:22.018Z (5 months ago)
- Topics: chat, secret
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```