Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parasyte/hd
Hex Display: A modern xxd alternative.
https://github.com/parasyte/hd
cli hex-viewer rust xxd
Last synced: 19 days ago
JSON representation
Hex Display: A modern xxd alternative.
- Host: GitHub
- URL: https://github.com/parasyte/hd
- Owner: parasyte
- License: mit
- Created: 2024-12-12T17:55:34.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-14T19:57:31.000Z (20 days ago)
- Last Synced: 2024-12-14T20:13:25.891Z (20 days ago)
- Topics: cli, hex-viewer, rust, xxd
- Language: Rust
- Homepage:
- Size: 446 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Crates.io](https://img.shields.io/crates/v/hd)](https://crates.io/crates/hd "Crates.io version")
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![GitHub actions](https://img.shields.io/github/actions/workflow/status/parasyte/hd/ci.yml?branch=main)](https://github.com/parasyte/hd/actions "CI")
[![GitHub activity](https://img.shields.io/github/last-commit/parasyte/hd)](https://github.com/parasyte/hd/commits "Commit activity")
[![GitHub Sponsors](https://img.shields.io/github/sponsors/parasyte)](https://github.com/sponsors/parasyte "Sponsors")# `hd`
Hex Display: A modern `xxd` alternative.
![Screenshot](./img/screenshot.png)
# Installing
```bash
cargo install hd
```