GithubHelp home page GithubHelp logo

linzcrowe / cli-typer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from balzss/cli-typer

0.0 0.0 0.0 198 KB

Practice touch typing in the commandline and measure your skills.

License: GNU General Public License v3.0

JavaScript 100.00%

cli-typer's Introduction

Build Status

Practice touch typing in the commandline and measure your skills. Coauthored by qwhex.

cli-typer demo gif

Install

with npm
npm install -g balzss/cli-typer
manually
git clone https://github.com/balzss/cli-typer.git
cd cli-typer
npm install -g .  # optional
node app.js

Dependecies

Usage

cli-typer [options]
Options:
  • -h, --help Show help
  • -t, --time Given time in seconds to complete the test
  • -w, --words Number of words to display per line
  • -i, --input Path to a wordlist file with new line separated words
  • -V, --verbose Show settings on start
  • -s, --save Path to file for saving results
Saving results

When called with the -s, --save option, results will be written to a file at the given path. Results are appended to the end of a tab-separated file so you can track your progress over time.

Wordlists

Linux

You can find additional wordlists in the /usr/share/dict directory and use them like so:

cli-typer -i /usr/share/dict/words

Install dictionaries on debian-based distributions with the sudo apt install w[lang] command, e.g. sudo apt install wfrench to install the French wordlist. Check out available packages here.

cli-typer's People

Contributors

balzss avatar qwhex avatar bradym avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.