FIGlet is a program for making large letters out of ordinary text

Here is the official link to repo.

Installation

You can install it using Homebrew.

brew install figlet

Fonts

To check the local fonts location:

figlet -I2

To download ANSI Shadow font:

curl -L https://raw.githubusercontent.com/xero/figlet-fonts/master/ANSI%20Shadow.flf \
-o /opt/homebrew/share/figlet/fonts/ansishadow.flf

This font style is used by sesh.

figlet -f ansishadow "SESH"

To look for available fonts:

showfigfonts | grep ansi

For all the fonts list: https://github.com/xero/figlet-fonts/blob/main/Examples.md