#hex-editor #viewer #basic #file #command

app hex_it

A simple hex viewer and basic editor written in Rust

2 releases

0.1.1 Aug 20, 2023
0.1.0 Aug 20, 2023

#148 in Text editors

30 downloads per month

MIT license

18KB
373 lines

HEX_IT

Description

This is a simple hex viewer and editor written in rust. This is fairly basic, I tried to use as little packages as possible!

Usage

hex-it -p <file>

Options:
    -p, --path <file>   Path to file to open
    -c, --colors        Open file without colors
    -h, --help          Print this help message

(type help once you open the file and read the commands)

Building

cargo build --release

# To install
cargo install --path .
cargo install hex_it

Dependencies

~0–11MB
~59K SLoC