lemurtype

lemurtype was inspired by monkeytype. It was designed to help you learn. It times how long it takes you to type each word and also remembers which words you make mistakes on, and then offers up those words more often when creating typing tests.

Installation

Install Crystal

shards install
crystal build src/lemurtype --release

Usage

./lemurtype

Contributing

  1. Fork it (https://github.com/cyanophage/lemurtype/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors