Crates.io | olagem |
lib.rs | olagem |
version | 0.2.0 |
source | src |
created_at | 2024-02-18 16:12:45.877046 |
updated_at | 2024-07-30 20:46:23.412143 |
description | Typing speed test in the terminal |
homepage | https://github.com/benjamin-voisin/olagem.git |
repository | https://github.com/benjamin-voisin/olagem.git |
max_upload_size | |
id | 1144187 |
size | 64,806 |
A simple and beautiful terminal based typing speed test.
The package is available on the AUR and on Cargo, so you can install it with
cargo install olagem
Or, if you are on Arch, (replace yay
with your favorite AUR helper)
yay -S olagem
Install Cargo: here, and then just
git clone git@github.com:benjamin-voisin/olagem.git
cargo build -r
And the binary can be found in target/release/olagem
.
The configurations files may be found in the ~/.config/olagem/
directory.
The default config file in ~/.config/olagem/config.toml
:
[defaults]
language = "english"
time = 60
Currently, olagem comes with only 2 languages: french and english. If you want to use another one, you need to add a word list into ~/.config/olagem/language
. For example, to add spanish, you would add create the file ~/.config/olagem/language/spanish
, and change your ~/.config/olagem/config.toml
to be
[defaults]
language = "spanish"
time = 60