Skip to content

A tool to generate combined ANSI color banners from images utilizing figlet fonts.

License

Notifications You must be signed in to change notification settings

sknull/bannermatic-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bannermatic

Table of Contacts

  1. About
  2. Usage

About

For my current team at NA News Aktuell I had to learn the Scala language. So why not take a fun approach and some nerdy stuff? As I like colorful banner and back some time have developed a little python tool to combine pyfiglet with ANSI banners generated from images I have ported that one into scala. Hence I was of course not able to leverage pyfiglet this time I had to do a scala port for that as well. Now there is a native Scala figlet along the way...

Usage

Build

mvn clean package -DskipTests

Call help with

java -jar target/bannermatic.jar --help

Examples

 java -jar target/bannermatic.jar -i src/test/resources/images/rose-red.png -t "Hello World!" -a left -p outside -j right -w 55 -W 55

About

A tool to generate combined ANSI color banners from images utilizing figlet fonts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages