An open API service indexing awesome lists of open source software.

https://github.com/alkuzin/hexd

Tool for displaying file contents in hexadecimal, octal, binary and ascii formats.
https://github.com/alkuzin/hexd

binary cpp cpp23 hex hexdump hexdump-viewer hexdumper linux linux-utils octal tool tools utilities utility utils

Last synced: 3 months ago
JSON representation

Tool for displaying file contents in hexadecimal, octal, binary and ascii formats.

Awesome Lists containing this project

README

        

# hexd
**hexd** - tool for displaying file contents in hexadecimal, octal, binary and ascii formats.

## Installation
First clone this repository:
```console
git clone https://github.com/alkuzin/hexd.git
```

Build the project:
```console
cargo build --release
```

To get list of options run this command:
```
cargo run --release -- --help
```