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/bed-binary-editor.desktop | |
parent | f7857e240e7b8767b969f6ead1a48689089b58f0 (diff) |
development/bed: Added (ncurses-based binary/hex editor).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/bed/bed-binary-editor.desktop')
-rw-r--r-- | development/bed/bed-binary-editor.desktop | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/bed/bed-binary-editor.desktop b/development/bed/bed-binary-editor.desktop new file mode 100644 index 000000000000..cd0052e8cd57 --- /dev/null +++ b/development/bed/bed-binary-editor.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Bed - Binary Editor +Name[nl]=Bed - Binaire Editor +GenericName=Binary Editor +GenericName[nl]=Binaire Editor +Comment=Adjustable dataformat: ascii,integer,unsigned,float,struct +Comment[nl]=Instelbaar datatype: ascii,integer,unsigned,float,struct +Exec=bed %U +Terminal=true +Type=Application +Categories=Development; +StartupNotify=true |