Simple recreation of xxd from scratch!
Go to file
2025-02-23 17:27:31 +00:00
.gitignore first commit! 🎉 2025-02-23 17:27:31 +00:00
axd.c first commit! 🎉 2025-02-23 17:27:31 +00:00
Makefile first commit! 🎉 2025-02-23 17:27:31 +00:00
README.md first commit! 🎉 2025-02-23 17:27:31 +00:00

axd

Simple recreation of xxd from scratch!

Built purely for learning; I don't expect to pack this with features by any means.

Usage

axd <file>

Build

Requirements:

  • a computer
  • clang

make build will build the binary, and sudo make install will install it to /usr/local/bin with execute permissions. If you're on Windows, I'm so sorry!