Forrest logo
tool overview
On this page you find all important commands for the CLI tool toilet. If the command you are looking for is missing please ask our AI.

toilet

Toilet is a command line tool in Unix-like operating systems that allows the creation of decorative text-based art. It provides a variety of fonts and formatting options to create visually appealing and unique text-based designs. The tool can generate text art in different styles such as banners, balloons, and letters. It supports color customization, allowing users to choose from a wide range of color schemes to enhance the aesthetics of the generated art. Toilet also offers the ability to control the alignment, justification, and spacing of the text to create visually balanced designs. It is widely used for creating eye-catching titles, headers, and logos in terminal-based applications or for simple artistic purposes. The generated art can be saved as plain text or HTML, making it easily shareable and viewable across different platforms.

List of commands for toilet:

  • toilet:tldr:1fa48 toilet: Show available toilet filters.
    $ toilet --filter list
    try on your machine
    explain this command
  • toilet:tldr:4c102 toilet: Generate ASCII art using a custom font file.
    $ toilet ${input_text} -f ${font_filename}
    try on your machine
    explain this command
  • toilet:tldr:db5f5 toilet: Generate ASCII art using a filter.
    $ toilet ${input_text} --filter ${filter_name}
    try on your machine
    explain this command
  • toilet:tldr:f98fd toilet: Generate ASCII art for a given text.
    $ toilet ${input_text}
    try on your machine
    explain this command
tool overview