1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00

HexEditor: Add an option to load an annotations file on startup

This commit is contained in:
Sam Atkins 2024-01-30 12:53:36 +00:00 committed by Sam Atkins
parent 4cef57a021
commit d930ea1242
4 changed files with 29 additions and 2 deletions

View file

@ -7,8 +7,7 @@
## Synopsis
```**sh
$ HexEditor
$ HexEditor file
$ HexEditor [--annotations <path>] [file]
```
## Description
@ -35,3 +34,11 @@ An option to copy as hex value, as text, or as C-code is available and can extra
![](HexEditor_Copy_Hex_Text_C_Code.png)
Hex Editor's simple and straight-forward interface offers search, export, byte pattern insertions and statistics.
## Options
* `-a`, `--annotations`: Path to an annotations file to load on startup
## Arguments
* `file`: File to open on startup