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 year 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T13:17:10.000Z (over 9 years ago)
- Last Synced: 2025-02-26T12:19:22.540Z (about 1 year 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 [](https://www.npmjs.com/package/keycode-cli) [](https://github.com/feross/standard)
> Find keycode from key on the command-line

## 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)