module BannerEngines

BannerEngines β€” catalog of text banner CLIs plus internal block glyphs. chafa/jp2a are image-only and excluded from the random pool for text headings.

Engine flag audit (from installed –help): | Engine | IRC colour | argv notes | |β€”β€”β€”|β€”β€”β€”β€”β€”β€”β€”β€”-|β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”β€”-| | blocks | via IrcFormat.decorate | internal opencode glyphs | | figlet | none | -w 80 (matches MAX_LINE_WIDTH) | | toilet | –irc (mIRC \x03 codes) | -W full width + –irc | | cowsay | none | -W 78 wrap within IRC width | | boxes | none (ANSI via –color) | -d cat + stdin | | artii | none | plain artii text | | lolcat | none (ANSI rainbow) | figlet pipeline; strip ANSI | | cfonts | none | plain cfonts text |

Public: ENGINES, available, pick, fetch, argv_for, resolve_id Depends: (none) Tests: test/lib/banner_engines_test.rb