mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
HexEditor: Add an option to load an annotations file on startup
This commit is contained in:
parent
4cef57a021
commit
d930ea1242
Notes:
sideshowbarker
2024-07-18 03:35:30 +09:00
Author: https://github.com/AtkinsSJ
Commit: d930ea1242
Pull-request: https://github.com/SerenityOS/serenity/pull/23014
4 changed files with 29 additions and 2 deletions
|
@ -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
|
|||

|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue