Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Hexeye image file demo

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

Hexeye decimal image demo