Skip to content

helltf/typing-speed-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typing-speed-cli

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.

Installation

To install this tool run following command

git clone git@github.com:helltf/typing-speed-cli.git

Running

To run the typing speed test cd into the folder and run the following command

go run . play

Languages

  • English
  • German
  • French
  • Spanish

Config

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