No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

153 líneas
2.9 KiB

  1. .TH toilet 1 "2006-11-10" "libcaca"
  2. .SH NAME
  3. TOIlet \- display large colourful characters
  4. .SH SYNOPSIS
  5. .B toilet
  6. [
  7. .B \-htv
  8. ] [
  9. .B \-d
  10. .I fontdirectory
  11. ]
  12. .PD 0
  13. .IP
  14. .PD
  15. [
  16. .B \-f
  17. .I fontfile
  18. ] [
  19. .B \-F
  20. .I filter
  21. ] [
  22. .B \-w
  23. .I outputwidth
  24. ]
  25. .PD 0
  26. .IP
  27. .PD
  28. [
  29. .B \-I
  30. .I infocode
  31. ] [
  32. .B \-E
  33. .I format
  34. ] [
  35. .I message
  36. ]
  37. .RI
  38. .SH DESCRIPTION
  39. .B TOIlet
  40. prints text using large characters made of smaller characters. It is similar
  41. in many ways to
  42. .B FIGlet
  43. with additional features such as Unicode handling, colour fonts, filters
  44. and various export formats.
  45. .RI
  46. .SH USAGE
  47. .B TOIlet
  48. either reads its input from the command line or from the standard input.
  49. .RI
  50. .SH OPTIONS
  51. .TP
  52. .B \-f, \-\-font <name>
  53. Use the given font instead of the default value. Fonts are
  54. .B .flf
  55. or
  56. .B .tlf
  57. files stored in the
  58. .B @datarootdir@/figlet
  59. directory. There is also a special built-in font called
  60. .I term
  61. that serves as a fallback if no font is available.
  62. .TP
  63. .B \-d, \-\-directory <dir>
  64. Specify the directory in which to look for fonts. The default value is set
  65. at build time and usually defaults to
  66. .B @datarootdir@/figlet.
  67. .TP
  68. .B \-w, \-\-width <width>
  69. Set the output width. By default,
  70. .B TOIlet
  71. will wrap its output at 80 character columns.
  72. .TP
  73. .B \-t, \-\-termwidth
  74. Set the output width to the terminal width.
  75. .TP
  76. .B \-F, \-\-filter <filters>
  77. .PD 0
  78. .TP
  79. .B \-F, \-\-filter list
  80. .TP
  81. .B \-\-gay, \-\-metal
  82. .PD
  83. Specify a list of filters to be applied to the output.
  84. .I <filters>
  85. is a colon-separated list of filters such as
  86. .I crop:rotate:gay
  87. and the special argument
  88. .I list
  89. outputs a list of available filters.
  90. .B \-\-gay
  91. and
  92. .B \-\-metal
  93. are shortcuts to commonly used filters that are guaranteed to exist. Several
  94. .B \-F
  95. flags can also be specified on the command line, in which case filters will
  96. be applied in order of appearance.
  97. .TP
  98. .B \-E, \-\-export <format>
  99. .PD 0
  100. .TP
  101. .B \-E, \-\-export list
  102. .TP
  103. .B \-\-irc, \-\-html
  104. .PD
  105. Specify the output format. By default,
  106. .B TOIlet
  107. will output UTF-8 text using ANSI colour codes suitable for most terminals
  108. such as XTerm or rxvt.
  109. .I <format>
  110. is the name of the export format as recognised by libcucul. The special
  111. argument
  112. .I list
  113. outputs a list of available export formats.
  114. .B \-\-irc
  115. and
  116. .B \-\-html
  117. are shortcuts to commonly used export formats that are guaranteed to exist.
  118. .TP
  119. .B \-h, \-\-help
  120. Display a short help message and exit.
  121. .TP
  122. .B \-I, \-\-infocode <code>
  123. Print a
  124. .B FIGlet
  125. infocode. This flag is only here for
  126. .B FIGlet
  127. compatibility, see the
  128. .B figlet
  129. manpage for more information about it.
  130. .TP
  131. .B \-v, \-\-version
  132. Output version information and exit.
  133. .RI
  134. .SH EXAMPLES
  135. toilet Hello World
  136. toilet Hello | toilet
  137. tail -f /var/log/messages | toilet -f term --gay
  138. .RI
  139. .SH BUGS
  140. .B FIGlet
  141. compatibility is not complete yet.
  142. .RI
  143. .SH AUTHOR
  144. .B TOIlet
  145. and this manual page were written by Sam Hocevar <sam@zoy.org>. There is a
  146. webpage available at http://libcaca.zoy.org/toilet.html
  147. .SH SEE ALSO
  148. figlet(6)