Bananatype is a terminal-based typing test, inspired by monkeytype and built in Rust 🦀.
Installing the project requires cargo
to be installed on your system. If cargo is not installed see here.
To install and try out bananatype, clone this repository locally and run it with Cargo.
git clone https://github.com/mikhail-ram/bananatype
cd bananatype
cargo run
Adding the project to your PATH requires building the project using the release profile.
cargo build --release
To add to the PATH modify your .zshrc
:
export PATH="/path/to/bananatype/target/release:$PATH" # For ZShell users
To run the typing test, run bananatype
from within your terminal.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.