~akarle/typist

Simple typing tutor -- retype your files!
Add ISC License
Update README to reflect that it works!
Add initial MVP

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~akarle/typist
read/write
git@git.sr.ht:~akarle/typist

You can also use your local clone with git send-email.

typist
======
Simple typing tutor.

Key idea: you will type more of what you've already typed. Why not
practice off of what you've already written?

typist takes existing files as arguments, reduces them to typeable lines
and then times how long it takes to get it right (and how many tries).

Examples
--------
I've implemented the basics. Give it a whirl!

  # practice some Perl
  $ typist typist # type some Perl

  # practice large shell commands
  $ grep '.\{25,\}' ~/.bash_history | typist

For added UX, wrap with rlwrap(1) or similar (only works for
invocations of the form `typist FILE ...`, since it bakes stdin).
Do not follow this link