Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/obsfx/xeh
- Owner: obsfx
- License: gpl-3.0
- Created: 2020-12-26T02:46:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-29T04:30:34.000Z (about 4 years ago)
- Last Synced: 2024-11-14T06:32:57.301Z (3 months ago)
- Topics: command-line, command-line-tool, common-lisp, hexdump, hexdumper, lisp, sbcl, utility
- Language: Common Lisp
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```