1TESEQ(1) User Commands TESEQ(1)
2
3
4
6 teseq - Format text with terminal escapes and control sequences for
7 human consumption.
8
10 teseq [-CLDEx] [in [out]]
11 teseq -h | --help
12 teseq -V | --version
13
15 Format text with terminal escapes and control sequences for human con‐
16 sumption.
17
18 -h, --help
19 Display usage information (this message).
20
21 -V, --version
22 Display version and warrantee.
23
24 -C Don't print ^X for C0 controls.
25
26 -D Don't print descriptions.
27
28 -E Don't print escape sequences.
29
30 -L Don't print labels.
31
32 --color=[WHEN], --colour=[WHEN]
33
34 Colorize the output. WHEN defaults to 'always' or can be 'never'
35 or 'auto'. See the full documentation.
36
37 -I, --no-interactive
38
39 Don't put the terminal into non-canonical or no-echo mode, and
40 don't try to ensure output lines are finished when a signal is
41 received.
42
43 -b, --buffered
44 Force teseq to buffer I/O.
45
46 -t, --timings=TIMINGS
47
48 Read timing info from TIMINGS and emit delay lines.
49
50 -x (No effect; accepted for backwards compatibility.)
51
52 The GNU Teseq home page is at http://www.gnu.org/software/teseq/.
53
55 Report all bugs to bug-teseq@gnu.org
56
58 Copyright © 2008,2013 Micah Cowan <micah@addictivecode.org>. License
59 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
60 This is free software: you are free to change and redistribute it.
61 There is NO WARRANTY, to the extent permitted by law.
62
64 The full documentation for teseq is maintained as a Texinfo manual. If
65 the info and teseq programs are properly installed at your site, the
66 command
67
68 info teseq
69
70 should give you access to the complete manual.
71
72
73
74teseq 1.1.1 August 2015 TESEQ(1)