1 unstable release

0.0.1 Nov 21, 2021

#84 in #english

22 downloads per month

MIT license

3KB

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:

echo "hello there, this is devowel" | devowel

To devowel an entire file, use:

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

No runtime deps