jessemillar / oob

A cute Go library that changes vowels to “oob”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oob

Man Hours Go Report Card

A cute Go library/CLI tool that changes vowels to “oob”.

Library

Usage

See this Go Playground for a minimal usage example.

CLI

Installation

There is also a Windows binary available on the Releases page

curl -L https://github.com/jessemillar/oob/releases/latest/download/oob-linux-amd64 -o oob && chmod +x oob && mv oob /usr/local/bin

Usage

oob "Hello there!"
Hooblloob thoobroob!

oob -f LICENSE
MOOBT
...

oob "Speak this text" | say

About

A cute Go library that changes vowels to “oob”

License:MIT License


Languages

Language:Go 100.0%