Go to file
2025-02-17 08:09:56 +00:00
include argeparse 2025-01-18 14:10:25 +00:00
src fix 2025-01-20 09:35:57 +00:00
.gitignore added cmake again :| 2024-10-23 11:06:49 +01:00
LICENSE Initial commit 2024-06-18 11:47:28 +00:00
makefile pkg update 2025-01-18 14:15:16 +00:00
PKGBUILD Update PKGBUILD 2025-01-20 10:16:38 +00:00
README.md Update README.md 2025-02-17 08:09:56 +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

Custom Repo

/etc/pacman.conf

[alfieking.dev]
Server = https://repo.alfieking.dev/x86_64

bash

$ pacman-key --recv-keys 1553B1410D80686C8D2A27338035E1AC0B1440DC
$ pacman-key --lsign-key 1553B1410D80686C8D2A27338035E1AC0B1440DC
$ pacman -Sy owo 

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