toilet
A tool to display ASCII-art fonts. More information: <http://caca.zoy.org/wiki/toilet>.
Install
- All systems
-
curl cmd.cat/toilet.sh
- Debian
-
apt-get install toilet
- Ubuntu
-
apt-get install toilet
- Kali Linux
-
apt-get install toilet
- Fedora
-
dnf install toilet
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install toilet
- OS X
-
brew install toilet
- Raspbian
-
apt-get install toilet
- Dockerfile
- dockerfile.run/toilet
A tool to display ASCII-art fonts. More information: <http://caca.zoy.org/wiki/toilet>.
-
Generate ASCII art for a given text:
toilet input_text
-
Generate ASCII art using a custom font file:
toilet input_text -f font_filename
-
Generate ASCII art using a filter:
toilet input_text --filter filter_name
-
Show available toilet filters:
toilet --filter list
© tl;dr; authors and contributors