2026-02-19 23:18:16 +00:00
2025-01-18 14:10:25 +00:00
fix
2025-01-20 09:35:57 +00:00
2024-10-23 11:06:49 +01:00
2024-06-18 11:47:28 +00:00
2025-01-18 14:15:16 +00:00
2025-01-20 10:16:38 +00:00
2026-02-19 23:18:16 +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!

Building

$ make dev
$ ./owo "Hello, world!"
hewwo, wowld!

Installation

archlinux:

Aur

$ yay -S term-owo-git
Description
No description provided
Readme MIT 92 KiB
2024-12-03 13:12:54 +00:00
Languages
C++ 94.9%
Makefile 3.5%
Shell 1.6%