diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-10 23:27:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:23:11 +0700 |
commit | 764b8881fedcec1c40ec9df424d35970602570a1 (patch) | |
tree | 852cffd248acf918357bedd1fee9940f67ac0a0c /development/bed/README | |
parent | f7857e240e7b8767b969f6ead1a48689089b58f0 (diff) | |
download | slackbuilds-764b8881fedcec1c40ec9df424d35970602570a1.tar.gz |
development/bed: Added (ncurses-based binary/hex editor).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/bed/README')
-rw-r--r-- | development/bed/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/development/bed/README b/development/bed/README new file mode 100644 index 0000000000..131653ade9 --- /dev/null +++ b/development/bed/README @@ -0,0 +1,16 @@ +bed (ncurses-based adjustable data format binary/hex editor) + +Bed is a binary editor that supports editing/viewing data in a wide +variety of formats, including ASCII, unsigned and signed integers, float, +bit-flags, bit-fields, labels, EBCDIC and time_t. Different sizes and +byte orderings are possible. Data types can be used in structures. Other +data formats, filters and procedures can be defined in plugins. + +Notes: + +- bed starts up in Ascii input mode. Press F7 to switch to "Digit-Hex" entry + mode. If this doesn't work, see the next note. + +- bed makes extensive use of Meta key combinations and the F-keys. + It's pretty sensitive to the terminal type and $TERM setting being used. + See README_SBo.txt if you have trouble with the keyboard commands. |