uwu_cli 1.0.0

uwuifying the terminal
uwu_cli-1.0.0 is not a library.

uwu_cli

A uwu CLI tool inspired by Daniel Liu's uwu.

Quick start

Install the executable with:

cargo install uwu_cli

Then use it:

# directly from the arguments
uwu Hello world!

# from a file
uwu --file uwu.txt

# from stdin
uwu <<EOF
Life in uwu land,
Is fantastic!
EOF