From 24180839a2b853f00ee6221162c8b05a08236c07 Mon Sep 17 00:00:00 2001 From: xamidev <121681048+xamidev@users.noreply.github.com> Date: Sun, 2 Jun 2024 18:16:56 +0200 Subject: [PATCH] Modify README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcb2f20..19c240c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # minihex +![minihex showcase](https://ibb.co/bQMF6cF) + A minimalist, single-file hexadecimal editor written in less than 100 lines of C with no dependencies (except the standard library). The program tries to be as simple as possible. -Other features might be added in the future. +Other features might be added in the future. Boredom made me code it in one day. ## Usage @@ -10,4 +12,4 @@ make ./minihex ``` -To get help with the commands, do not provide any filename. +To get help with the commands, do not provide any filename. File editing is done one byte at a time. Colors are present so that you can see things better. You can also use minihex only to see files as hex. Please take notice that there is no option to safe modified buffer when quitting with the `q` command.