Display banner text in command line

Cristian Radulescu • May 7, 2011

You can display banner-like texts with large characters created from regular characters using the FIGlet utility.

The default output look like this (quotes are optional):

$ figlet "Hello world! :)"
 _   _      _ _                            _     _ _   __  
| | | | ___| | | ___   __      _____  _ __| | __| | |  \ \ 
| |_| |/ _ \ | |/ _ \  \ \ /\ / / _ \| '__| |/ _` | | (_) |
|  _  |  __/ | | (_) |  \ V  V / (_) | |  | | (_| |_|  _| |
|_| |_|\___|_|_|\___/    \_/\_/ \___/|_|  |_|\__,_(_) (_) |
                                                       /_/ 

Basic usage requires only the text you want to output on the CLI, but you can also specify the font used in text rendering, dimensions and other layout options.