Skip to content
/ typo Public

[bash] Command-line keyboard training software

License

Notifications You must be signed in to change notification settings

RiJo/typo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typo

Command-line script used to improve keyboard typing. Fast and easy to use with custom training texts.

Background

I always find myself typing some specific words/characters wrong. The idea is to create a simple program which collects typing statistics and captures problematic areas. Which also should be able to generate custom training data aimed at improving the user's typing skill based on previous results.

Screenshot

typo preview

Usage

// Command-line training text
$ typo "This is a command-line text"

// Text file containing training text
$ typo -f samples/alphabet

// Piped training text
$ echo "This is a piped text" | typo

// Randomly generated training text
$ rnd-gen 80 "sdf jkl" | typo

Releases

No releases yet.

License

This project is licensed under GPLv3.

About

[bash] Command-line keyboard training software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages