Skip to content

Inspect binary data using a colorful CLI, in Node

License

Notifications You must be signed in to change notification settings

ethanent/hexeye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexeye image file demo

Hexeye

Inspect binary data using a colorful CLI, in Node

GitHub | NPM

Install

npm i -g hexeye

Usage

hexeye <file> [options]
		--help			Access this menu
		--rowlen <number>	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