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.
- Host: GitHub
- URL: https://github.com/alkuzin/hexd
- Owner: alkuzin
- License: gpl-3.0
- Created: 2023-12-28T13:44:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T09:49:26.000Z (6 months ago)
- Last Synced: 2024-12-09T10:38:06.757Z (6 months ago)
- Topics: binary, cpp, cpp23, hex, hexdump, hexdump-viewer, hexdumper, linux, linux-utils, octal, tool, tools, utilities, utility, utils
- Language: C
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```