You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.