ferristype

Crates.ioferristype
lib.rsferristype
version1.0.2
sourcesrc
created_at2023-06-25 11:33:21.823823
updated_at2023-07-02 18:45:46.258661
descriptionFerrisType is a minimalist typing game where your sole task is to type whatever appears on your terminal screen. Test and improve your typing speed and accuracy as random words and phrases appear, challenging you to type them quickly and correctly. Embrace the simplicity, hone your typing skills, and reach new levels of typing mastery in this immersive terminal-based game.
homepagehttps://github.com/ZennDev1337/ferristype
repositoryhttps://github.com/ZennDev1337/ferristype.git
max_upload_size
id899400
size146,407
Zenny (ZennDev1337)

documentation

README

FerrisType

Ferris Type is a minimalist typing game where your sole task is to type whatever appears on your terminal screen. Test and improve your typing speed and accuracy as random words and phrases appear, challenging you to type them quickly and correctly. Embrace the simplicity, hone your typing skills, and reach new levels of typing mastery in this immersive terminal-based game.

How To Install

cargo install ferristype

Launch Commands

To define the number of words of the typing test (default is 20 words), use

ferristype 100

to use an installed language packet, use

ferristype -l <language>

To see the languages you have installed, use

ferristype --list

if you need help use

ferristype -h

Language Directory

Linux:    /home/[your_username]/.config/ferristype/words

Windows:  C:\Users\[your_username]\AppData\Roaming\ferristype\words

MacOS:    /Users/[your_username]/Library/Application Support/ferristype/words

More Languages

You can search for additional languages in this repository:

https://github.com/ZennDev1337/ferristype-language-package

Special Thanks

  • Monkeytype for the language json files
Commit count: 10

cargo fmt