# term-owo-cpp A simple C++ program that owofies text ## Usage ### normal usage: ```bash $ ./owo "Hello, world!" Hewwo, wowld! ``` ### from pipe / stdin: ```bash $ echo "Hello, world!" | ./owo -p Hewwo, wowld! ``` ## Building ```bash $ make dev $ ./owo "Hello, world!" hewwo, wowld! ``` ## Installation ### archlinux: #### Aur ```bash $ yay -S term-owo-git ```