This commit is contained in:
JMARyA 2023-12-04 11:28:33 +01:00
parent c5cd492449
commit 6cf9d746f9
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 293 additions and 31 deletions

View file

@ -5,13 +5,14 @@ os:
repo: https://github.com/sharkdp/hexyl
---
# Hexyl
[Repo](https://github.com/sharkdp/hexyl)
#refactor
`hexyl` is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable [ASCII](../../files/ASCII.md) characters, [ASCII](../../files/ASCII.md) whitespace characters, other [ASCII](../../files/ASCII.md) characters and non-[ASCII](../../files/ASCII.md)).
## Usage
Flags:
```shell
-n, --length <N> Read n bytes fom input
-s, --skip <N> Skip n bytes from input
```
Usage: `hexyl [OPTIONS] [FILE]`
### Options
| Option | Description |
| ------------------ | --------------------------------------------- |
| `-n, --length <N>` | Read n bytes fom input |
| `-s, --skip <N>` | Skip n bytes from input |
| `--no-characters ` | Do not show the character panel on the right. |