GithubHelp home page GithubHelp logo

peferron / keybench Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 52 KB

Compare the keystroke efficiency of keyboard layouts.

License: MIT License

TypeScript 91.99% JavaScript 8.01%
keyboard-layout benchmark azerty qwerty typescript cli

keybench's Introduction

keybench Build Status npm

Keybench evaluates the keystroke efficiency of keyboard layouts against your own input files.

$ keybench my-project/*.rs

1) French AZERTY
  - 0 characters cannot be typed
  - 15999 characters can be typed in 17700 keystrokes (avg 1.106 keystrokes per character)

2) United States ANSI QWERTY
  - 0 characters cannot be typed
  - 15999 characters can be typed in 19072 keystrokes (avg 1.192 keystrokes per character)

Installation

npm install -g keybench

Keybench has zero dependencies.

Usage

$ keybench --help

Usage:
  keybench [layout...] [--] file...

Options:
  -h, --help  Show help

Examples:
  # Benchmark all built-in layouts against sample.go and sample.scala
  keybench sample.go sample.scala

  # Benchmark all built-in layouts plus mylayout1 and mylayout2 against sample.go
  keybench mylayout1.json mylayout2.json -- sample.go

  # Benchmark all built-in layouts against stdin
  keybench -

Contribution

Built-in layouts are located in the layouts directory. The JSON structure should be self-explanatory; just make sure that the length of the modifiers array is equal to the number of extra keystrokes required to input the characters.

Pull requests for new layouts or improvements to Keybench are appreciated!

keybench's People

Contributors

dependabot[bot] avatar peferron avatar

Watchers

 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.