Crates.io | scrambler |
lib.rs | scrambler |
version | 0.1.1 |
source | src |
created_at | 2023-02-04 21:03:25.249728 |
updated_at | 2023-02-04 21:07:46.520291 |
description | A simple command line tool to scramble letters |
homepage | |
repository | https://github.com/diaakasem/scrambler |
max_upload_size | |
id | 776628 |
size | 15,240 |
Scrambler is a simple command line tool that allows you to scramble text while preserving special characters, numbers, and white spaces. The tool also provides a feature to exclude certain words from scrambling using regular expressions. (Next Version)
cargo install scrambler --locked
echo "some text" | scrambler
Scramble the text in stdin and prints the output to stdout.
$ echo 'The brown fox jumps over the lazy dog' | scrambler
Uqd vruoj auj splhn hxse cth elci csn
Currently only supports ASCII characters.
This project is licensed under the MIT License.