From c031297e8700b6596990c792cf80ab905d54e35d Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Thu, 7 Jan 2021 23:32:59 -0500 Subject: [PATCH] initial commit --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..82f8b52 --- /dev/null +++ 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. -- libgit2 0.28.4