summaryrefslogtreecommitdiffstats
path: root/development/bless/README
diff options
context:
space:
mode:
author B. Watson2018-08-13 12:26:28 +0200
committer Willy Sudiarto Raharjo2018-08-18 03:39:47 +0200
commit928d612ac5feeb0ca1feb9b4938cf209e11c1fce (patch)
tree66f3a4e2b445b9098646a3fe69f934197260fcc1 /development/bless/README
parentaad280b6459b93075af2c5f92ffc955adb24c7fc (diff)
downloadslackbuilds-928d612ac5feeb0ca1feb9b4938cf209e11c1fce.tar.gz
development/bless: Added (GUI hex editor).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/bless/README')
-rw-r--r--development/bless/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/bless/README b/development/bless/README
new file mode 100644
index 0000000000..1b7ad457f2
--- /dev/null
+++ b/development/bless/README
@@ -0,0 +1,8 @@
+bless (GUI hex editor)
+
+bless is a full featured hexadecimal editor, written in C#, using Gtk#
+for the user interface.
+
+Its purpose is to edit files as a sequence of bytes, allowing read/write,
+search, pattern finding, efficient query-replace, multi-tabbing,
+customized data-views, plugā€ins, and many other features.