Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aerth/ahex

hex decoder/encoder (files and streams)
https://github.com/aerth/ahex

Last synced: about 2 months ago
JSON representation

hex decoder/encoder (files and streams)

Awesome Lists containing this project

README

        

# ahex

### install as hex

install the latest version of [go](https://golang.org/dl)

`make && sudo make install`

### Show help

`hex -h`

### Encode

`printf hi | hex`

### Decode

`echo 8wr | hex -d`