From 150e14684eac9880288bf73ee68ab6aa959e1a7f Mon Sep 17 00:00:00 2001 From: Doman Date: Fri, 23 Jul 2021 14:30:46 +0200 Subject: [PATCH] example --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index eae6c42..ec09ce5 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,13 @@ You can use another similar projects set of words as well, for example to create `curl -s https://raw.githubusercontent.com/Miodec/monkeytype/master/static/languages/english.json | python3 -c "import sys, json; print('\n'.join(json.load(sys.stdin)['words']))" | shuf -n20 | python3 -m fasttyper` To exit program simply complete test or press CTRL+C. + +## Example scripts + +```bash:examples/fasttyper.sh + +``` + +This script shuffles N words from cached word list, and if given word list doesnt exist it download's it. + +`ff 50 english_1k`