2 releases
0.1.1 | Feb 4, 2023 |
---|---|
0.1.0 | Feb 4, 2023 |
#17 in #letter
23 downloads per month
7KB
102 lines
Scrambler
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)
Installation
cargo install scrambler --locked
Usage
echo "some text" | scrambler
Examples
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
Known Bugs
- It is adding a newline at the end of the output.
Limitations
Currently only supports ASCII characters.
License
This project is licensed under the MIT License.
Dependencies
~3.5–4.5MB
~75K SLoC