# devowel Become fluent in [textspeak](https://en.wikipedia.org/wiki/SMS_language#Reductions_and_shortenings,[12]_and_omission_of_parts_of_speech[14])! Remove vowels from your text and save up to [80% of the characters in your string](https://www.businessinsider.com/736-of-all-statistics-are-made-up-2010-2?IR=T). 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](https://crates.io/search?q=devowel) of a crate for this. ## License MIT