Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/AbeEstrada/atom-hex
- Owner: AbeEstrada
- License: other
- Archived: true
- Created: 2014-03-21T02:53:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T09:19:33.000Z (over 8 years ago)
- Last Synced: 2024-08-04T10:06:35.169Z (5 months ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/hex
- Size: 441 KB
- Stars: 37
- Watchers: 3
- Forks: 12
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)