diff options
author | B. Watson <yalhcru@gmail.com> | 2014-01-21 10:05:08 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:08 -0600 |
commit | a99696283a131f3494f12aabb2b33475261efebe (patch) | |
tree | ed2390ce23e821e9052fb8eaceff5b45fd5dfce9 /development/dhex/README | |
parent | f4beb078e41ceec03a001a72fb0df306fe5eed1b (diff) | |
download | slackbuilds-a99696283a131f3494f12aabb2b33475261efebe.tar.gz |
development/dhex: Added (curses-based hex editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dhex/README')
-rw-r--r-- | development/dhex/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/development/dhex/README b/development/dhex/README new file mode 100644 index 0000000000..c4df483519 --- /dev/null +++ b/development/dhex/README @@ -0,0 +1,7 @@ +dhex (curses-based hex editor) + +DHEX is a more than just another hex editor: It includes a diff +mode, which can be used to easily and conveniently compare two binary +files. Since it is based on ncurses and is themeable, it can run on any +number of systems and scenarios. With its utilization of search logs, +it is possible to track changes in different iterations of files easily.
\ No newline at end of file |