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!
TODO: publish on crates.io
cargo install devowel
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).
Because there was a serious lack of a crate for this.
MIT