Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gghez/hex
Display hexadecimal view of any input
https://github.com/gghez/hex
Last synced: about 1 month ago
JSON representation
Display hexadecimal view of any input
- Host: GitHub
- URL: https://github.com/gghez/hex
- Owner: gghez
- Created: 2014-05-03T22:53:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T06:12:44.000Z (over 10 years ago)
- Last Synced: 2023-08-07T17:13:15.192Z (over 1 year ago)
- Language: C
- Homepage: gghez.github.io/hex
- Size: 195 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hex
===Display hexadecimal view of any input
Installation
---
```bash
make
make install
```Usage
---
```bash
hex -d 134
hex "john doe"
hex -s "john doe"
hex HEX
```More use cases on project home page: http://gghez.github.io/hex/