aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-01-27 01:35:08 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2017-01-27 01:35:08 +0100
commit416b52083d2357b950b3428364bf8e5548d0a23a (patch)
treea11e13eb8d7f2aeda74b9e3250fb95712f566b62
parent973d12a84e352a9c02d288b08ea513f1434c0d4d (diff)
downloadhex-416b52083d2357b950b3428364bf8e5548d0a23a.tar.gz
hex-416b52083d2357b950b3428364bf8e5548d0a23a.tar.xz
hex-416b52083d2357b950b3428364bf8e5548d0a23a.zip
Update README
-rw-r--r--README.adoc16
1 files changed, 11 insertions, 5 deletions
diff --git a/README.adoc b/README.adoc
index cbfb90f..aae6fef 100644
--- a/README.adoc
+++ b/README.adoc
@@ -5,7 +5,7 @@ hex
files using a set of Lua scripts, colorizing them and showing descriptions on
the side.
-At the moment the project is still in a very early stage.
+At the moment there aren't that many features and we only have a few decoders.
image::hex.png[align="center"]
@@ -69,16 +69,22 @@ following:
- Xterm needs `XTerm*metaSendsEscape: true` for the default bindings to work
- urxvt's 'vtwheel' plugin sabotages scrolling
+Performance
+-----------
+While the Lua API has been made considerably easy to write new decoders with,
+the design is far from efficient as we make tons of new formatted strings.
+Since we need Lua 5.3 features (64-bit integers), LuaJIT can't help us here.
+
+Similar software
+----------------
+https://codisec.com/veles/ can also highlight files but it's not scriptable.
+
Contributing and Support
------------------------
Use this project's GitHub to report any bugs, request features, or submit pull
requests. If you want to discuss this project, or maybe just hang out with
the developer, feel free to join me at irc://irc.janouch.name, channel #dev.
-Similar software
-----------------
-https://codisec.com/veles/ can also highlight files but it's not scriptable.
-
License
-------
'hex' is written by Přemysl Janouch <p.janouch@gmail.com>.