https://github.com/ethan7g/hexeye
Inspect binary data using a colorful CLI, in Node
https://github.com/ethan7g/hexeye
binary binary-data cli command-line command-line-tool hex hex-viewer node nodejs nodejs-cli
Last synced: 7 months ago
JSON representation
Inspect binary data using a colorful CLI, in Node
- Host: GitHub
- URL: https://github.com/ethan7g/hexeye
- Owner: ethan7g
- License: mit
- Created: 2019-01-10T05:45:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T21:05:59.000Z (almost 7 years ago)
- Last Synced: 2025-05-14T23:08:02.238Z (7 months ago)
- Topics: binary, binary-data, cli, command-line, command-line-tool, hex, hex-viewer, node, nodejs, nodejs-cli
- Language: JavaScript
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Hexeye
> Inspect binary data using a colorful CLI, in Node
[GitHub](https://github.com/ethanent/hexeye) | [NPM](https://www.npmjs.com/package/hexeye)
## Install
```shell
npm i -g hexeye
```
## Usage
```
hexeye [options]
--help Access this menu
--rowlen Specify row length for display
--decimal View data in decimal instead of hex
```
## Decimal Support
Hexeye can even display your binary files in decimal!
