Crates.io | uwu_cli |
lib.rs | uwu_cli |
version | 1.0.0 |
source | src |
created_at | 2024-02-25 16:28:13.950169 |
updated_at | 2024-03-02 13:41:44.068682 |
description | uwuifying the terminal |
homepage | |
repository | https://github.com/SandroHc/uwu-rs/tree/master/crates/uwu_cli |
max_upload_size | |
id | 1152602 |
size | 18,026 |
A uwu CLI tool inspired by Daniel Liu's uwu.
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