From 65424f49174f54b77d90f8f7c177da7f35a8a2ea Mon Sep 17 00:00:00 2001 From: sighrelief <109490212+sighrelief@users.noreply.github.com> Date: Sun, 11 May 2025 16:46:31 -0500 Subject: [PATCH] blahaj: add page (#16455) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/blahaj.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/blahaj.md diff --git a/pages/common/blahaj.md b/pages/common/blahaj.md new file mode 100644 index 0000000000..5312f4a1fe --- /dev/null +++ b/pages/common/blahaj.md @@ -0,0 +1,28 @@ +# blahaj + +> A lolcat-like output colorizer that also prints flags and colorful sharks. +> More information: . + +- 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}}`