8000 GitHub - guibou/gotta-go-fast: A command line utility for practicing typing and measuring your WPM and accuracy.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A command line utility for practicing typing and measuring your WPM and accuracy.

License

Notifications You must be signed in to change notification settings

guibou/gotta-go-fast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gotta Go Fast

A command line utility for practicing typing and measuring your WPM and accuracy. Written with brick.

Installation

With Cabal:

$ cabal install gotta-go-fast

From source:

$ git clone https://github.com/hot-leaf-juice/gotta-go-fast
$ cd gotta-go-fast
$ stack install

If you’re on macOS, you can also grab an executable from releases.

Usage

Pass gotta-go-fast the name of a file, and it will extract a random 20 line section for you to type – or the whole thing if the file is short enough. You’ll get a WPM and accuracy report for your trouble.

$ gotta-go-fast README.md

Errors are highlighted in red.

screenshot

Pass gotta-go-fast more than one file, and it will choose one at random.

$ gotta-go-fast src/*

Configuration

The maximum number of lines to sample, and the width at which to wrap them, can be changed by setting --height and --width. Run gotta-go-fast --help for details.

About

A command line utility for practicing typing and measuring your WPM and accuracy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 100.0%
0