Forrest logo
back to the toilet tool

toilet:tldr:f98fd

toilet: Generate ASCII art for a given text.
$ toilet ${input_text}
try on your machine

The "toilet" command is a Linux command that is used to create decorative text-based art and banners. It allows you to change the appearance of text in various ways such as modifying the font, style, alignment, and colors.

In the given command, "${input_text}" is a placeholder that represents the text that you want to stylize using the "toilet" command. You need to replace "${input_text}" with the actual text you want to apply the toilet command to.

For example, if you want to apply the "toilet" command to the text "Hello World", you would use the command: toilet "Hello World"

The "toilet" command will process the input text and display the stylized version of it in the terminal. The specific output will depend on the system configuration and options used with the command.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the toilet tool