Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

AbeEstrada/atom-hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hex Viewer for Atom

View the hex dump of any file

Install

apm install hex

If you want a shortcut, you can open your keymap.cson file and add this:

'.editor:not(.mini)':
  'shift-ctrl-h': 'hex:view'

Screenshot