A feature-rich FIGlet-compatible ASCII art generator with color support and font previews, designed for Termux and Linux environments.
curl -sL https://is.gd/asciibanner | bashapt install asciibanner- Full ANSI Color Support: 16 text colors + 16 background colors
- Font Previews: Preview any font before use
- 100+ Built-in Fonts: All standard FIGlet fonts included
- Smart Alignment: Left, center, or right alignment
- Terminal Aware: Automatic width detection
- File Output: Save banners to text files
# Basic usage
asciibanner "Hello World"
# Colored text with specific font
asciibanner -f slant --color blue "Cool Banner"
# Preview available fonts
asciibanner --list-fonts# Centered text with width limit
asciibanner -c -w 50 "Company Name"
# Multi-color alerts
asciibanner --color red --bg white "URGENT NOTICE"
# Pipe text through
echo "System Status: OK" | asciibanner -f block --color green# Preview all font styles
for font in $(asciibanner --list-fonts); do
echo "Font: $font"
asciibanner --preview $font
doneThis project is licensed under the BSD 3-Clause "New" or "Revised" License - see the LICENSE file for complete details.
Developed by Anon4You • Report Issues
"Transform your terminal into a canvas of ASCII art"