knowledge/technology/applications/cli/hexyl.md

17 lines
807 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
obj: application
repo: https://github.com/sharkdp/hexyl
---
2024-03-19 08:25:42 +00:00
2023-12-04 10:02:23 +00:00
# Hexyl
2024-01-17 08:44:04 +00:00
`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)).
2023-12-04 10:02:23 +00:00
## Usage
2023-12-04 10:28:33 +00:00
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. |