Browse Source

toilet: add page (#3364)

nath1as 5 năm trước cách đây
mục cha
commit
92f681af07
1 tập tin đã thay đổi với 20 bổ sung0 xóa
  1. 20 0
      pages/linux/toilet.md

+ 20 - 0
pages/linux/toilet.md

@@ -0,0 +1,20 @@
+# toilet
+
+> A tool to display ASCII-art fonts.
+> More information: <http://caca.zoy.org/wiki/toilet>.
+
+- 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 `