This simple cli Tool is meant to test your typing speed inside your terminal. The cli is build with golang and cobra as the main library.
To install this tool run following command
git clone git@github.com:helltf/typing-speed-cli.git
To run the typing speed test cd into the folder and run the following command
go run . play
- English
- German
- French
- Spanish
The config currently contains 3 keys
space: string;
unit: "cpm" | "cps" | "wpm";
cursor: boolean;
language: language;
Set your configuration via:
go run . config set --key=value