diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-08 17:47:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:06 +0700 |
commit | dc346489b44f0ce7754c030e7f17609620e752a5 (patch) | |
tree | d2189d8de512ddab987448a58e7605c64ad20510 /development/hexcurse/README | |
parent | 8a89006a6e241e10d0036659a3124d9241cffac2 (diff) | |
download | slackbuilds-dc346489b44f0ce7754c030e7f17609620e752a5.tar.gz |
development/hexcurse: Added (ncurses-based hex editor).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/hexcurse/README')
-rw-r--r-- | development/hexcurse/README | 7 |
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. |