lolcat: correct attribution to busyloop Ruby build (Debian pkg upstream)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
+2
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user