scrambler

Crates.ioscrambler
lib.rsscrambler
version0.1.1
sourcesrc
created_at2023-02-04 21:03:25.249728
updated_at2023-02-04 21:07:46.520291
descriptionA simple command line tool to scramble letters
homepage
repositoryhttps://github.com/diaakasem/scrambler
max_upload_size
id776628
size15,240
Diaa Kasem (diaakasem)

documentation

README

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.

Commit count: 6

cargo fmt