lolcat: correct attribution to busyloop Ruby build (Debian pkg upstream)

This commit is contained in:
2026-06-24 09:29:33 -07:00
parent 4053acbbc0
commit aafdc3a119
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -104,8 +104,8 @@ On top of stock YADR:
## Rainbow output (lolcat) ## Rainbow output (lolcat)
`zsh/lolcat.zsh` wires [lolcat](https://github.com/jaseg/lolcat) (Debian's `zsh/lolcat.zsh` wires [lolcat](https://github.com/busyloop/lolcat) (Debian's
`/usr/games/lolcat`, the truecolor C build) into a few shell helpers. lolcat `/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 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. through plain when piped onward, so use `-f`/`--force` to colorize mid-pipeline.
+2 -1
View File
@@ -1,5 +1,6 @@
# zsh/lolcat.zsh (drunkendotfiles) — auto-sourced via ~/.zshrc: for f in ~/.yadr/zsh/*.zsh # 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 # 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, # straight to the terminal, but passes text through UNcolored when piped onward,
# so use -f/--force to colorize in the middle of a pipeline. # so use -f/--force to colorize in the middle of a pipeline.