Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/AbeEstrada/atom-hex

Hex Viewer for Atom
https://github.com/AbeEstrada/atom-hex

Last synced: about 1 month ago
JSON representation

Hex Viewer for Atom

Awesome Lists containing this project

README

        

# Hex Viewer for [Atom](http://atom.io)

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](https://cloud.githubusercontent.com/assets/7937/2545687/a57ab926-b61e-11e3-9460-40b6733313bc.gif)