A simple C++ program that owofies text
Go to file
2024-09-19 12:14:05 +00:00
.vscode remove clip-lib 2024-09-19 13:11:19 +01:00
src remove clip-lib 2024-09-19 13:11:19 +01:00
.gitignore update 2024-09-05 01:50:43 +01:00
.SRCINFO pkg update 2024-08-24 22:12:57 +01:00
CMakeLists.txt remove clip-lib 2024-09-19 13:11:19 +01:00
LICENSE Initial commit 2024-06-18 11:47:28 +00:00
PKGBUILD remove clip-lib 2024-09-19 13:11:19 +01:00
README.md Update README.md 2024-09-19 12:14:05 +00:00

term-owo-cpp

A simple C++ program that owofies text

Usage

normal usage:

$ ./owo "Hello, world!"
Hewwo, wowld!

from pipe / stdin:

$ echo "Hello, world!" | ./owo -p
Hewwo, wowld!

from file:

$ ./owo -f file.txt
Hewwo, wowld!

to file:

$ ./owo -o output.txt "Hello, world!"

Building

to build the program, run the following command:

$ cmake . -B build
$ cd build && make
$ ./owo "Hello, world!"
hewwo, wowld!

Installation

archlinux:

$ git clone `https://git.alfieking.dev/acetheking987/term-owo-cpp.git`
$ cd term-owo-cpp
$ makepkg -si

other distros:

download the binary from the releases page or build from source

License

This project is licensed under the MIT License - see the LICENSE file for details