No description
Find a file
2026-05-07 12:05:56 +00:00
Formula Update formula to v2.5.5 2026-05-07 12:05:56 +00:00
README.md init 2026-02-05 14:48:40 +01:00

Homebrew Tap for Lolcat++

This is the official Homebrew Tap for Lolcat++, a BLAZINGLY FAST C++ reimplementation of the classic lolcat rainbow coloring tool.

Installation

You can install lolcat++ by adding this tap and running the install command:

brew tap lolcatpp/tap
brew install lolcatpp

Note

This will install lolcat++ as lolcat, and is thus a conflict of the original lolcat This is by design, as it should be compatible with the original.

Conflict

If you've already got the original lolcat script installed, then you'll need to tell homebrew to use this implementation instead. Here's a oneliner that does this for you:

brew unlink lolcat && brew link lolcatpp

Uninstall

If you want to uninstall the tap and the package, then run the following:

brew uninstall lolcatpp && brew untap lolcatpp/tap