https://github.com/jakeroggenbuck/hexviewer-rs
Hexviewer allows you to quickly view the hex representation of a file with vim style keybinds
https://github.com/jakeroggenbuck/hexviewer-rs
hexviewer rust rust-lang
Last synced: 3 months ago
JSON representation
Hexviewer allows you to quickly view the hex representation of a file with vim style keybinds
- Host: GitHub
- URL: https://github.com/jakeroggenbuck/hexviewer-rs
- Owner: JakeRoggenbuck
- License: mit
- Created: 2021-05-04T18:37:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T22:24:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T16:23:35.673Z (5 months ago)
- Topics: hexviewer, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexviewer-rs
Hexviewer allows you to quickly view the hex representation of a file with vim style keybinds
# Install
```sh
git clone https://github.com/JakeRoggenbuck/hexviewer-rs
cargo install --path hexviewer-rs
```