Linux command
gtypist 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start GNU Typist
gtypist
Start a specific lesson file
gtypist [path/to/lesson.typ]
Start at a specific lesson label
gtypist -l [S1]
Set maximum allowed error percentage
gtypist -e [5.0]
Start in silent mode
gtypist -s
Track personal best typing speeds
gtypist -b
说明
GNU Typist (gtypist) is a typing tutor program. It provides structured lessons for learning touch typing, with exercises progressing from home row keys to full keyboard proficiency. The program tracks accuracy and speed, requiring users to meet accuracy thresholds (configurable via -e) before advancing to the next exercise. Lesson scripts can be customized or written from scratch using the gtypist lesson file format.
参数
- -l _label_
- Start at a specific lesson label within the script.
- -e _percent_
- Maximum error percentage allowed (default: 3.0, range: 0.0-100.0).
- -s
- Silent mode (no beeps on errors).
- -b, --personal-best
- Track personal best typing speeds.
- -n, --notimer
- Turn off the WPM timer in drills.
- -t, --term-cursor
- Use the terminal's hardware cursor.
- -w
- Word processor mode.
- -V, --version
- Print version and exit.
- --help
- Display help information.
FAQ
What is the gtypist command used for?
GNU Typist (gtypist) is a typing tutor program. It provides structured lessons for learning touch typing, with exercises progressing from home row keys to full keyboard proficiency. The program tracks accuracy and speed, requiring users to meet accuracy thresholds (configurable via -e) before advancing to the next exercise. Lesson scripts can be customized or written from scratch using the gtypist lesson file format.
How do I run a basic gtypist example?
Run `gtypist` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -l _label_ do in gtypist?
Start at a specific lesson label within the script.