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