setup for publishing

This commit is contained in:
2026-05-31 12:10:40 +02:00
parent ded5657d65
commit f81f15d675
4 changed files with 711 additions and 1 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# No more secrets
A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.
![Visual demonstration](mns.gif)
Rewrite from https://github.com/bartobri/no-more-secrets in rust.
## Usage
Take stdin as input and send on stdout. Example with command `ls -list`:
```bash
ls -list | nms
```
## Installation
Make sure you have rust installed: https://rust-lang.org/tools/install/
```bash
cargo install no-more-secrets
```