Skip to content

owpk/jfiglol

Repository files navigation

Jfiglol: Animated Lolcat with Figlet

Jfiglol Animation

Requirements

  • JDK 21: Install using SDKMAN if you are on Linux.
  • GraalVM Native-Image: Refer to the GraalVM Native-Image section to build a native application.

Build

./gradlew shadowJar
sudo cp build/libs/jfiglol-*-all.jar /bin/jfiglol.jar
echo "alias jfiglol='java -jar /bin/jfiglol.jar' $@" >> ~/.bashrc # or replace with '.your_shellrc_file'

Usage

  • Use the file named jfiglol. For convenience, copy it to /usr/bin/.
./jfiglol "Your text here"
# Don't forget to use quotes if your text contains spaces.

./jfiglol "Some text" -a
# To animate the text.

./jfiglol "Hello, world!" -a -t /path/to/font.flf
# To specify a font file.

GraalVM Native-Image

Requirements

Build a Native Image

  • Using Gradle:
./gradlew nativeBuild
cd build/native/nativeCompile
./jfiglol "Hello, world!" -a

Micronaut 3.8.6 Documentation

Useful Links

Packages

No packages published

Contributors 2

  •  
  •  

Languages