typie | Minimal typing practice tool |
| download: https://git.y1.nz/archives/typie.tar.gz | |
| README | Files | Log | Refs | LICENSE |
examples/README
1 ||
2 || Example Scripts
3 ||
4
5 They're kind of done poorly, because I'm sorta bad at shell scripting. But,
6 in order of their usefulness:
7
8 learn.sh
9 | for learning new keyboard layouts. I made this while learning the
10 | dvorak keyboard so it's configured for that use case and little else.
11
12 practice.sh
13 | prompts the user to type a 50-word prompt. The version I use (see my
14 | dotfiles repo) writes my results to a timestamped file.
15
16 doubles.sh
17 | prompts the user for a word length, then drills the user on a series of
18 | words with that length by having them type each one a few times.
19
20 words.sh COUNT
21 | outputs COUNT words.
22
23 ---
24
25 Utility scripts (mostly used by learn.sh):
26
27 lesson.sh
28 words-by-letters.sh
29 letters.sh
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.