update readme

This commit is contained in:
alice pellerin
2026-05-05 15:36:07 -05:00
parent 1f77123cb0
commit a69409a36f
2 changed files with 9 additions and 18 deletions
+7 -18
View File
@@ -1,4 +1,4 @@
# <img height=40 align=top src="https://github.com/simonomi/hexapoda/blob/main/icon/bug%20colored%20large.png?raw=true"> hexapoda # <img height=40 align=top src="https://github.com/simonomi/hexapoda/blob/main/icon/bug%20colored%20large.png?raw=true"> [hexapoda](https://simonomi.dev/hexapoda)
a colorful modal hex editor a colorful modal hex editor
@@ -8,24 +8,13 @@ a colorful modal hex editor
## status ## 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 still missing some notable features (see [todo.md](https://github.com/simonomi/hexapoda/blob/main/todo.md)), but ready for general use. visit [the website](https://simonomi.dev/hexapoda) for more detailed documentation
## features ## installation
- [color-codes bytes](https://simonomi.dev/blog/color-code-your-bytes) by value - short answer: `cargo binstall hexapoda` or `cargo install hexapoda`
- modal editing - [slightly longer answer](https://simonomi.dev/hexapoda/install)
- 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, binary, fixed-point, UTF-8, color
- mark notable offsets
- jump to selected offset
### notable features that are missing (for now) ## config
- search see [https://simonomi.dev/hexapoda/config](https://simonomi.dev/hexapoda/config)
- diffing
- inserting bytes
- only replacing and deleting right now
+2
View File
@@ -7,6 +7,8 @@
- search - search
- `/` hex, `A-/` ASCII - `/` hex, `A-/` ASCII
- if non-hex-digit typed, search ASCII - if non-hex-digit typed, search ASCII
- `A-*` repeat (entered number) times
- copy/paste (`<space>y`/`<space>p`)
- inspector translations for varint [#1](https://github.com/simonomi/hexapoda/issues/1#issue-4232822634) - inspector translations for varint [#1](https://github.com/simonomi/hexapoda/issues/1#issue-4232822634)
- `M` mark at selected offset? (like `Jm`) - `M` mark at selected offset? (like `Jm`)
- diffing - diffing