2024-06-20 15:03:39 +01:00
clip @ 4e9eeea929
2024-06-20 15:03:39 +01:00
2024-06-20 15:03:39 +01:00
2024-06-20 15:03:39 +01:00
2024-06-18 11:47:28 +00:00
2024-06-20 15:03:39 +01:00
2024-06-20 15:03:39 +01:00
2024-06-19 16:15:47 +01: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 (note that you need g++ installed):

$ g++ -o owo owo.cpp

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

Description
No description provided
Readme 91 KiB
2024-12-03 13:12:54 +00:00
Languages
C++ 94.9%
Makefile 3.5%
Shell 1.6%