RiJo / typo

[bash] Command-line keyboard training software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%