diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-20 13:37:03 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-22 01:14:18 +0700 |
commit | 82f096a0907acc367dd9b265398f662027784eb1 (patch) | |
tree | cc0d2fcf1c048e97bdc4a170078e53376ab11775 /development/hexer/README | |
parent | d4f65e1c70c6243b9bc45f0388bf2cf5c29cff75 (diff) |
development/hexer: Added (hex editor with vi-like UI)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/hexer/README')
-rw-r--r-- | development/hexer/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/hexer/README b/development/hexer/README new file mode 100644 index 0000000000..1570516a04 --- /dev/null +++ b/development/hexer/README @@ -0,0 +1,11 @@ +hexer (hex editor with vi-like UI) + +Hexer is a multi-buffer editor for binary files for Unix-like systems +that displays its buffer(s) as a hex dump. The user interface is kept +similar to vi/ex. + +If you don't like the default color scheme, copy one of the +/usr/doc/$VERSION/rc/hexerrc.* files to ~/.hexerrc. + +The package also includes myc, a simple textmode calculator that's +useful for hex <=> decimal conversions and bitwise operations. |