typie | Minimal typing practice tool |
| download: https://git.y1.nz/archives/typie.tar.gz | |
| README | Files | Log | Refs | LICENSE |
typie.1
1 .TH TYPIE 1 typie\-VERSION
2 .SH NAME
3 typie \- simple typing practice
4 .SH SYNOPSIS
5 .B typie
6 .RB [ \-l ]
7 .RB [ \-o
8 .IR OUTFILE ]
9 .RB [ \-t
10 .IR TIME ]
11 .IR PROMPT
12 .SH DESCRIPTION
13 .B typie
14 is a simple typing practice program.
15 .SH OPTIONS
16 .TP
17 .B \-l
18 "learn mode": ignores repeated misinputs, disallows backspacing.
19 .TP
20 .BI \-o " OUTFILE"
21 write results, if any, to OUTFILE. Defaults to stdout.
22 .TP
23 .BI \-t " TIME"
24 don't accept input after TIME seconds have elapsed. Final output is written
25 after the first keypress after the specified amount of time.
26 .SH AUTHORS
27 Written by Emma Weaver & based on code by NRK.
28 .SH LICENSE
29 See the LICENSE file for the terms of redistribution.
30
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.