aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-02 21:08:43 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-05-02 21:08:43 +0200
commit9176f5d87ee2013216cdde547eb0c265e6ac16b8 (patch)
tree9a53e536fee075a84016f6c2f1792d99fa71c51b
parentAdd search functionality. (diff)
downloadhex-viewer-9176f5d87ee2013216cdde547eb0c265e6ac16b8.tar.gz
hex-viewer-9176f5d87ee2013216cdde547eb0c265e6ac16b8.tar.xz
Add README.HEADmaster
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..59ec94c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+Hex Viewer
+==========
+An interactive hex viewer which highlights related bytes.
+
+Building and Running
+--------------------
+
+Requires that `ncurses` and `chibi-scheme` is installed and linkable.
+To build, run:
+
+ make ui
+
+See Makefile for further information.
+
+Currently only supports gzip files.
+
+Future direction
+----------------
+- Support more filetypes
+- Support magic(5) do automatically determine filetype
+- Nested groups, many formats specify sub-formats within blocks
+- Show blocks before they are hoovered over