https://github.com/micromaomao/termecho
This tool help you look up what bytes is sent to your terminal application when the user press some keys.
https://github.com/micromaomao/termecho
Last synced: about 2 months ago
JSON representation
This tool help you look up what bytes is sent to your terminal application when the user press some keys.
- Host: GitHub
- URL: https://github.com/micromaomao/termecho
- Owner: micromaomao
- Created: 2019-01-14T04:58:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T13:39:09.000Z (almost 6 years ago)
- Last Synced: 2024-05-01T14:48:30.428Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This tool help you look up what bytes is sent to your terminal application when the user press some keys.
Example: C-z -> '\x1a'
