Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/francoischalifour/keycode-cli
- Owner: francoischalifour
- License: mit
- Created: 2016-12-25T13:02:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T13:17:10.000Z (about 8 years ago)
- Last Synced: 2024-11-22T07:08:46.878Z (about 1 month ago)
- Topics: cli, commandline, instant, javascript, keycode, live
- Language: JavaScript
- Homepage: https://npm.im/keycode-cli
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --helpUsage
$ keycodeExample
$ keycode
› $
⌨️ 36$ keycode '#'
⌨️ 35Options
--copy -c Copy the keycode to the clipboard
```## License
MIT © [François Chalifour](http://francoischalifour.com)