Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/francoischalifour/keycode-cli

🔤 Find keycode from key on the command-line
https://github.com/francoischalifour/keycode-cli

cli commandline instant javascript keycode live

Last synced: about 1 month ago
JSON representation

🔤 Find keycode from key on the command-line

Awesome Lists containing this project

README

        

# keycode-cli [![npm](https://img.shields.io/npm/v/keycode-cli.svg)](https://www.npmjs.com/package/keycode-cli) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

> Find keycode from key on the command-line

![Demo](https://cloud.githubusercontent.com/assets/6137112/21468898/979166e0-ca2d-11e6-8ecd-a31a123174b2.gif)

## Install

```console
$ npm install --global keycode-cli
```

## Usage

```console
$ keycode --help

Usage
$ keycode

Example
$ keycode
› $
⌨️ 36

$ keycode '#'
⌨️ 35

Options
--copy -c Copy the keycode to the clipboard
```

## License

MIT © [François Chalifour](http://francoischalifour.com)