From 3158ea58ec34118e06ada3fb1e855c8d9ba01c03 Mon Sep 17 00:00:00 2001 From: alice pellerin Date: Sun, 29 Mar 2026 22:31:58 -0500 Subject: [PATCH] Create README.md --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..36dd9ee --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# hexapoda + +a colorful modal hex editor + +(the name comes from [the subphylum](https://wikipedia.org/wiki/Hexapoda)) + +## status + +currently, hexapoda is very unpolished, and missing some major features. if you'd be interested in using it, please let me know! if enough people want, i'd be willing to make it more accessible and write some docs + +## features + +- [color-codes bytes](https://simonomi.dev/blog/color-code-your-bytes) by value +- modal editing + - selection-first, like [Kakoune](https://kakoune.org) and [Helix](https://helix-editor.com) +- multiple selections + - split selection(s) into #-byte chunks +- undo/redo +- inspect the current selection(s) + - signed, unsigned, fixed-point, UTF-8, color +- mark notable offsets +- jump to selected offset + +### notable features that are missing (for now) + +- inserting bytes + - only replacing and deleting right now +- custom keybinds +- search +- diffing