hecate
hecate copied to clipboard
🔥 The Hex Editor From Hell! 🔥
Follow-up to #21. This should work if you create and push a new tag after merging. Thank you again! ```shell > git tag -a v0.0.2 -m "Support Go 1.18" >...
``` panic: runtime error: slice bounds out of range [:1002] with capacity 999 goroutine 1 [running]: main.CursorWidget.drawAtPoint(0x0, 0xc0000ee000, 0x0, 0x4, 0x2, 0x0, 0x53, 0x2, 0x33, 0x1a, ...) /home/tp1/program_lang/go/src/github.com/evanmiller/hecate/widget_cursor.go:48 +0x1407 main.drawWidgets(0xc0000ee000,...
Some editors like [dhex](http://www.dettus.net/dhex/) have a diff mode, which shows two or more files next to each other, scrolling in unison, and highlighting bytes that are different. This would be...