Loading...

Generate ASCII Art

:heavy_exclamation_mark: This post is older than a year. Consider some information might not be accurate anymore. :heavy_exclamation_mark:

Having some text configuration or working with CLI (command line interface) ASCII Art can improve the separation of input and output. Below some ASCII art generators are listed.

This can be used for instance:

# CLI script for local JBoss testing
# Windows: path_to_jboss\bin\jboss-cli.bat --connect --file=logger.cli
# Linux: path_to_jboss/bin/jboss-cli.sh --connect --file=logger.cli
# =====================================
#       _
#   ___| | ___  __ _ _ __  _   _ _ __
#  / __| |/ _ \/ _` | '_ \| | | | '_ \
# | (__| |  __/ (_| | | | | |_| | |_) |
#  \___|_|\___|\__,_|_| |_|\__,_| .__/
#                               |_|
# =====================================
# /subsystem=logging/logger=CATEGORY:unassign-handler(name="HANDLER")
# /subsystem=logging/logger=CATEGORY:remove
# =====================================
# .. do sth
# ============================================
#                   __ _
#   ___ ___  _ __  / _(_) __ _ _   _ _ __ ___
#  / __/ _ \| '_ \| |_| |/ _` | | | | '__/ _ \
# | (_| (_) | | | |  _| | (_| | |_| | | |  __/
#  \___\___/|_| |_|_| |_|\__, |\__,_|_|  \___|
#                        |___/
# ============================================

Use the ogre font, to have a decent output :-) .

Please remember the terms for blog comments.