commands.sh

blahaj

all

A lolcat-like output colorizer that also prints flags and colorful sharks.

More info →

Options (8)

-s, --sharkboolean

Print a shark (blahaj) with default trans colors

Example: blahaj {{[-s|--shark]}}
-f, --flagboolean

Print a random flag with a 2x size multiplier

Example: blahaj {{[-f|--flag]}} {{[-r|--random]}} {{[-m|--multiplier]}} 2
-r, --randomboolean

Print a random flag with a 2x size multiplier

Example: blahaj {{[-f|--flag]}} {{[-r|--random]}} {{[-m|--multiplier]}} 2
-m, --multiplierboolean

Print a random flag with a 2x size multiplier

Example: blahaj {{[-f|--flag]}} {{[-r|--random]}} {{[-m|--multiplier]}} 2
-c, --colorsboolean

Print the result of a text-producing command with lesbian colors

Example: {{cowsay "Hello, world"}} | blahaj {{[-c|--colors]}} lesbian
-i, --individualboolean

Print text and color by individual character

Example: echo "{{Hello, world}}" | blahaj {{[-i|--individual]}}
-w, --wordsboolean

Print contents of a text document, coloring the background instead of text, by word

Example: blahaj {{[-w|--words]}} {{[-b|--background]}} {{path/to/file}}
-b, --backgroundboolean

Print contents of a text document, coloring the background instead of text, by word

Example: blahaj {{[-w|--words]}} {{[-b|--background]}} {{path/to/file}}

Examples (6)

Get a list of possible flags/colors

blahaj --flags

Print a shark (blahaj) with default trans colors

blahaj [-s|--shark]

Print a random flag with a 2x size multiplier

blahaj [-f|--flag] [-r|--random] [-m|--multiplier] 2

Print the result of a text-producing command with lesbian colors

cowsay "Hello, world" | blahaj [-c|--colors] lesbian

Print text and color by individual character

echo "Hello, world" | blahaj [-i|--individual]

Print contents of a text document, coloring the background instead of text, by word

blahaj [-w|--words] [-b|--background] path/to/file
made by @shridhargupta | data from tldr-pages