init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
17
technology/applications/cli/hexyl.md
Normal file
17
technology/applications/cli/hexyl.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
obj: application
|
||||
os:
|
||||
- linux
|
||||
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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue