Cowsay was getting boring so I made omsay. It does the same thing but yk
_______________
< Hello World! >
---------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||go install github.com/ohhmkar/omsay@latestMake sure $HOME/go/bin is in your PATH:
export PATH="$HOME/go/bin:$PATH"git clone https://github.com/ohhmkar/omsay.git
cd omsay
go build
./omsay# Direct message
omsay "Hello World"
# Using pipe
echo "Hello World" | omsay
# Use with fortune
fortune | omsay| Flag | Description | Default |
|---|---|---|
-f <figure> |
Choose a figure | cow |
-t |
Use thought bubble instead of speech | false |
-w <width> |
Max width of speech bubble | 40 |
-n |
Disable word wrapping | false |
-list |
List all available figures | - |
-v |
Print version information | - |
# Use a different figure
omsay -f tux "Linux is awesome!"
# Thinking mode (thought bubble)
omsay -t "Hmm, let me think..."
# Use with a dragon
omsay -f dragon "Fear me!"
# Custom width
omsay -w 60 "This is a longer message that will wrap at 60 characters"
# No wrapping
omsay -n "This message will not wrap no matter how long it is"
# List all figures
omsay -list| Figure | Description |
|---|---|
cow |
cow (default) |
stego |
stegosaurus |
tux |
linux penguin |
dragon |
dragon |
cat |
kitty |
owl |
owl |
fox |
fox |
bunny |
rabbit |
ghost |
ghost |
whale |
whale |
shark |
shark |
elephant |
elephant |
duck |
duck |
Made with <3 by @ohhmkar