User Tools

Site Tools


howtos:make_cool_mail_signatures_with_figlet
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


howtos:make_cool_mail_signatures_with_figlet [02/12/2018 21:34] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +Install figlet:
 +<code>
 +sudo apt-get install figlet
 +</code>
  
 +Now just run figlet with an appended text string:
 +
 +<code>
 +tdd@tdd-laptop:~$ figlet wiki.lnxgeek.org
 +          _ _    _                                                 
 +__      _(_) | _(_) | |_ __ __  ____ _  ___  ___| | __  ___  _ __ __ _ 
 +\ \ /\ / / | |/ / | | | '_ \\ \/ / _` |/ _ \/ _ \ |/ / / _ \| '__/ _` |
 + \ V  V /| |   <| |_| | | | |>  < (_| |  __/  __/   < | (_) | | | (_| |
 +  \_/\_/ |_|_|\_\_(_)_|_| |_/_/\_\__, |\___|\___|_|\_(_)___/|_|  \__, |
 +                                 |___/                           |___/ 
 +</code>
 +
 +figlet has many options, checkout the man pages.
howtos/make_cool_mail_signatures_with_figlet.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1