Skip to content

Instantly share code, notes, and snippets.

@serrasqueiro
Created September 20, 2025 11:47
Show Gist options
  • Save serrasqueiro/d3985b03f434df0982b15ec6bf296afd to your computer and use it in GitHub Desktop.
Save serrasqueiro/d3985b03f434df0982b15ec6bf296afd to your computer and use it in GitHub Desktop.
teasing with tags

figlet teasing

Linux command line: figlet -f slant "I love tags"

  1. openSUSE install:

    • sudo zypper install figlet
  2. Ubuntu/ Debian:

    • sudo apt install figlet # Ubuntu/Debian
    ____   __                   __
   /  _/  / /___ _   _____     / /_____ _____ ______
   / /   / / __ \ | / / _ \   / __/ __ `/ __ `/ ___/
 _/ /   / / /_/ / |/ /  __/  / /_/ /_/ / /_/ (__  )
/___/  /_/\____/|___/\___/   \__/\__,_/\__, /____/
                                      /____/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment