1GTYPIST(1) User Commands GTYPIST(1)
2
3
4
6 gtypist - manual page for gtypist 2.7
7
9 gtypist [ Options... ] [ script-file ]
10
12 `gtypist' is a typing tutor with several lessons for different key‐
13 boards and languages. New lessons can be written by the user easily.
14
16 -e % --max-error=%
17 default maximum error percentage (default 3.0); valid values are
18 between 0.0 and 100.0
19
20 -n --notimer
21 turn off WPM timer in drills
22
23 -t --term-cursor
24 use the terminal's hardware cursor
25
26 -f P --curs-flash=P
27 cursor flash period P*.1 sec (default 10); valid values are
28 between 0 and 512; this is ignored if -t is specified
29
30 -c F,B --colours=F,B
31 set initial display colours where available
32
33 -s --silent
34 don't beep on errors
35
36 -q --quiet
37 same as -s, --silent
38
39 -l L --start-label=L
40 start the lesson at label 'L'
41
42 -w --word-processor try to mimic word processors
43
44 -k --no-skip
45 forbid the user to skip exercises
46
47 -i --show-errors
48 highlight errors with reverse video
49
50 -h --help
51 print this message
52
53 -v --version
54 output version information and exit
55
56 -S --always-sure
57 do not ask confirmation questions
58
59 --banner-colors=F,B,P,V set top banner colours (background, foreground,
60 package and version respectively)
61
62 If not supplied, script-file defaults to '/usr/local/share/gtyp‐
63 ist/gtypist.typ'. The path $GTYPIST_PATH is searched for script files.
64
66 To run the default lesson in english `gtypist.typ':
67
68 gtypist
69
70 To run the lesson in spanish:
71
72 gtypist esp.typ
73
74 To instruct gtypist to look for lesson `bar.typ' in a non stan‐
75 dard directory:
76
77 GTYPIST_PATH="/home/foo" gtypist bar.typ
78
79 To run the lesson in the file `test.typ' of directory `temp',
80 starting at label `TEST1', using the terminal's cursor, and run
81 silently:
82
83 gtypist -t -q -l TEST1 /temp/test.typ
84
86 Written by Simon Baldwin
87
89 Report bugs to bug-gtypist@gnu.org
90
92 Copyright © 1998, 1999, 2000, 2001, 2002, 2003 Simon Baldwin. This
93 program comes with ABSOLUTELY NO WARRANTY; for details please see the
94 file 'COPYING' supplied with the source code.
95 This is free software, and you are welcome to redistribute it under
96 certain conditions; again, see 'COPYING' for details. This program is
97 released under the GNU General Public License.
98
100 The full documentation for gtypist is maintained as a Texinfo manual.
101 If the info and gtypist programs are properly installed at your site,
102 the command
103
104 info gtypist
105
106 should give you access to the complete manual.
107
108
109
110gtypist 2.7 September 2003 GTYPIST(1)