devowel

Become fluent in textspeak! Remove vowels from your text and save up to 80% of the characters in your string.

If y cn rd ths, y dnt nd vwls!

Usage

Install

TODO: publish on crates.io

cargo install devowel

CLI

Once installed, devowel can be used like so: bash echo "hello there, this is devowel" | devowel

To devowel an entire file, use: bash cat filename.txt | devowel

devowel devowels everything in standard input (stdin) and writes the output to standard output (stdout).

Why?

Because there was a serious lack of a crate for this.

License

MIT