Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/obsfx/xeh

A command-line Canonical HEX+ASCII display tool written in ~100 lines of Common Lisp.
https://github.com/obsfx/xeh

command-line command-line-tool common-lisp hexdump hexdumper lisp sbcl utility

Last synced: 28 days ago
JSON representation

A command-line Canonical HEX+ASCII display tool written in ~100 lines of Common Lisp.

Awesome Lists containing this project

README

        

# xeh
A command-line Canonical HEX+ASCII display tool written in ~100 lines of Common Lisp.

![](https://raw.githubusercontent.com/obsfx/xeh/main/xeh.png)

#### Requirements

- SBCL

#### Building

```
git clone https://github.com/obsfx/xeh.git
cd xeh
chmod +x ./build.sh
./build.sh
```