typie | Minimal typing practice tool |
| download: https://git.y1.nz/archives/typie.tar.gz | |
| README | Files | Log | Refs | LICENSE |
examples/practice.sh
1 #!/bin/sh
2
3 DICTFILE="./dict.txt"
4 PROMPT="$(shuf -n 50 $DICTFILE | tr "\n" " " | xargs echo)"
5
6 typie "$PROMPT"
7
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.