aboutsummaryrefslogtreecommitdiff
path: root/development/nchexedit/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-08-08 19:31:52 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-08-11 07:23:06 +0700
commit84b33ca105637d481e550314f3c5ff07af7dc254 (patch)
treecd49b7889d7afbee27d6665859af7707a29038a5 /development/nchexedit/README
parentffffbc85eda024ac83b910393f42c59563cd928b (diff)
development/nchexedit: Added (ncurses-based hex editor).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/nchexedit/README')
-rw-r--r--development/nchexedit/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/nchexedit/README b/development/nchexedit/README
new file mode 100644
index 0000000000000..2d679c68a0a73
--- /dev/null
+++ b/development/nchexedit/README
@@ -0,0 +1,11 @@
+nchexedit (ncurses-based hex editor)
+
+NCurses Hexedit is a full screen text mode Hex editor using the curses
+library.
+
+nchexedit lets you edit any file as its byte-for-byte representation. It
+can even let you view and edit your fixed disks on your Linux system.
+
+The original name for nchexedit is "hexedit", but there's already a
+hexedit on SBo (a completely different program, though it's also a hex
+editor). nchexedit can be installed without conflicting with hexedit.