aboutsummaryrefslogtreecommitdiff
path: root/development/hexcurse/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/hexcurse/README')
-rw-r--r--development/hexcurse/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/development/hexcurse/README b/development/hexcurse/README
new file mode 100644
index 0000000000..f5eaeae404
--- /dev/null
+++ b/development/hexcurse/README
@@ -0,0 +1,7 @@
+hexcurse (ncurses-based hex editor)
+
+Hexcurse is a curses-based hex editing utility that can open, edit,
+and save files, editing both the hexadecimal and decimal values. It
+currently supports searching, hex and decimal address output, jumping
+to specified locations in the file, "undo" capabilities, "bolded"
+modifications, EBCDIC mode, and quick keyboard shortcuts to commands.