typist

Simple typing tutor
git clone git://git.alexkarle.com/typist.git
Log | Files | Refs | README

commit c031297e8700b6596990c792cf80ab905d54e35d (patch)
Author: Alex Karle <alex@alexkarle.com>
Date:   Thu,  7 Jan 2021 23:32:59 -0500

initial commit

Diffstat:
AREADME | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,11 @@ +typist +====== +Simple typing tutor. + +Key idea: you will type more of what you've already typed. Why not +practice off of what you already know? + +typist (once implemented) will take existing files as arguments, +reduce them to typeable lines, and then time how long it takes to +get it right (and how many tries). It will store stats per line in +its own database, and present stats / repeat failed items.