Browse Source

figlet: add page (#1247)

sweeper3000 8 năm trước cách đây
mục cha
commit
8ec62ba125
1 tập tin đã thay đổi với 15 bổ sung0 xóa
  1. 15 0
      pages/linux/figlet.md

+ 15 - 0
pages/linux/figlet.md

@@ -0,0 +1,15 @@
+# figlet
+
+> Generate ASCII banners from user input.
+
+- Generate by directly inputting text:
+
+`figlet {{input_text}}`
+
+- Use a custom font file:
+
+`figlet {{input_text}} -f {{font_file_name}}`
+
+- Pipe command output through figlet:
+
+`{{command}} | figlet`