git home / emma home
logo

typie

Minimal typing practice tool.
git clone https://git.y1.nz/archives/typie.tar.gz
README | Files | Log | Refs | LICENSE

README


      1 --------------------------------------------------------------------------------
      2 Typie
      3 --------------------------------------------------------------------------------
      4 This is a minimal program for practicing typing in the command line. See
      5 the examples directory for some of the use cases I have for this.
      6 
      7 Features:
      8  - minimal, only C and standard libs, short and clean code
      9  - responsive UI with pretty colors
     10  - softwrap at 80 characters
     11  - forgiving error detection
     12  - time mode
     13  - learn mode
     14  - prints statistics
     15 
     16 --------------------------------------------------------------------------------
     17 # Build/installation
     18 --------------------------------------------------------------------------------
     19 To just build the project, running "make" will compile the program into this
     20 directory. Once you've built it, you can run it with the --help option to see
     21 how it is used.
     22 
     23 To install it, edit config.mk to reflect your system's configuration, then run
     24 "make clean install" to install it.
     25 
     26 --------------------------------------------------------------------------------
     27 # TODO
     28 --------------------------------------------------------------------------------
     29  - output data about mistakes (for learning layouts)
     30  - switch to using clock_t for timing

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.