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