Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T21:05:59.000Z (about 6 years ago)
- Last Synced: 2024-12-07T20:34:38.775Z (about 2 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!