Skip to content

mikhail-ram/bananatype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bananatype

usage.gif

Bananatype is a terminal-based typing test, inspired by monkeytype and built in Rust 🦀.

Installation

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 to PATH

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

Usage

To run the typing test, run bananatype from within your terminal.

Contributing

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.

About

A terminal-based typing test, inspired by https://monkeytype.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages