3 releases

0.1.2 Aug 20, 2024
0.1.1 May 31, 2024
0.1.0 May 30, 2024

#1758 in Text processing

Download history 191/week @ 2024-05-25 51/week @ 2024-06-01 14/week @ 2024-06-08 2/week @ 2024-06-15 4/week @ 2024-06-29 10/week @ 2024-07-06 136/week @ 2024-08-17 18/week @ 2024-08-24 6/week @ 2024-08-31

160 downloads per month
Used in booktyping

MIT license

16KB
402 lines

booktyping

Minimum Supported Rust Version crates.io docs.rs build status Lines Of Code

usage-example-gif

booktyping is a simple commandline tool for practicing typing accuracy while reading a book.

Installation

booktyping has only been tested on linux, but should work on Windows and MacOS. The only dependency is rust.

cargo install booktyping

Usage

Find a text copy of your favorite book, and place it in $HOME/.booktyping/{book_title}.txt. Now run terminal version of booktyping with

booktyping run [OPTIONS] {book_title}

Your progress will be automatically saved, and JSON logs of your keypresses and your sample completions will be saved in $HOME/.booktyping/{book_title}/keypresses.json and $HOME/.booktyping/{book_title}/tests.json respectively.


License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~15–28MB
~417K SLoC