1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 01:15:24 +02:00

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>
This commit is contained in:
sighrelief 2025-05-11 16:46:31 -05:00 committed by GitHub
parent 40a4f34dc6
commit 65424f4917
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
pages/common/blahaj.md Normal file
View file

@ -0,0 +1,28 @@
# blahaj
> A lolcat-like output colorizer that also prints flags and colorful sharks.
> More information: <https://codeberg.org/GeopJr/BLAHAJ>.
- 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}}`