diff options
| -rw-r--r-- | Cargo.lock | 20 | ||||
| -rw-r--r-- | Cargo.toml | 4 | ||||
| -rw-r--r-- | README.md | 14 | ||||
| -rw-r--r-- | assets/example.gif | bin | 0 -> 2416287 bytes |
4 files changed, 24 insertions, 14 deletions
@@ -245,6 +245,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" [[package]] +name = "marika-finger-blaster" +version = "0.0.1" +dependencies = [ + "clap", + "crossterm", + "rand", + "tokio", +] + +[[package]] name = "memchr" version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -482,16 +492,6 @@ dependencies = [ ] [[package]] -name = "typer" -version = "0.1.0" -dependencies = [ - "clap", - "crossterm", - "rand", - "tokio", -] - -[[package]] name = "unicode-ident" version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1,6 +1,6 @@ [package] -name = "typer" -version = "0.1.0" +name = "marika-finger-blaster" +version = "0.0.1" edition = "2021" [dependencies] @@ -1,2 +1,12 @@ -A typing program kinda like monkeytype.com but in your terminal! Just run it -specifying the text to use with `--quote`. +# Marika Finger Blaster +A typing program kinda like monkeytype.com but in your terminal! +There's only one argument you have to use which is the path to a file containing +the text you want to use. + + +At the end it shows your: +- WPM +- Amount of mistakes +- Accuracy. +It even has a mistake history highlighting where were your mistakes. +(Sorry for the font of my terminal :P) diff --git a/assets/example.gif b/assets/example.gif Binary files differnew file mode 100644 index 0000000..2f66076 --- /dev/null +++ b/assets/example.gif |
