From aafdc3a119d604742f652506dd96ae88c3b59f0d Mon Sep 17 00:00:00 2001 From: dissimulo Date: Wed, 24 Jun 2026 09:29:33 -0700 Subject: [PATCH] lolcat: correct attribution to busyloop Ruby build (Debian pkg upstream) --- README.md | 4 ++-- zsh/lolcat.zsh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07185384..e499214f 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ On top of stock YADR: ## Rainbow output (lolcat) -`zsh/lolcat.zsh` wires [lolcat](https://github.com/jaseg/lolcat) (Debian's -`/usr/games/lolcat`, the truecolor C build) into a few shell helpers. lolcat +`zsh/lolcat.zsh` wires [lolcat](https://github.com/busyloop/lolcat) (Debian's +`/usr/games/lolcat`, busyloop's Ruby build) into a few shell helpers. lolcat auto-detects a tty — it colorizes straight to the terminal but passes text through plain when piped onward, so use `-f`/`--force` to colorize mid-pipeline. diff --git a/zsh/lolcat.zsh b/zsh/lolcat.zsh index 7d46c6a6..88a8d269 100644 --- a/zsh/lolcat.zsh +++ b/zsh/lolcat.zsh @@ -1,5 +1,6 @@ # zsh/lolcat.zsh (drunkendotfiles) — auto-sourced via ~/.zshrc: for f in ~/.yadr/zsh/*.zsh -# Rainbow-output helpers built on lolcat (jaseg's C build at /usr/games/lolcat). +# Rainbow-output helpers built on lolcat (Debian's "lolcat" pkg = busyloop's Ruby +# build at /usr/games/lolcat; upstream github.com/busyloop/lolcat). # This lolcat is truecolor and auto-detects a tty: it colorizes when writing # straight to the terminal, but passes text through UNcolored when piped onward, # so use -f/--force to colorize in the middle of a pipeline.