From 92f681af071504bb2316d49a39b903dac819ede3 Mon Sep 17 00:00:00 2001 From: nath1as Date: Sun, 13 Oct 2019 14:20:13 +0200 Subject: [PATCH] toilet: add page (#3364) --- pages/linux/toilet.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/toilet.md diff --git a/pages/linux/toilet.md b/pages/linux/toilet.md new file mode 100644 index 000000000..28015a5fe --- /dev/null +++ b/pages/linux/toilet.md @@ -0,0 +1,20 @@ +# toilet + +> A tool to display ASCII-art fonts. +> More information: . + +- Generate ASCII art by directly inputting text: + +`toilet {{input_text}}` + +- Generate ASCII art using a custom font file: + +`toilet {{input_text}} -f {{font_file_name}}` + +- Generate ASCII art using a filter: + +`toilet {{input_text}} --filter {{filter_name}}` + +- Show available toilet filters: + +`toilet --filter list `