hirogen
A native hexeditor written in Rust designed for Linux desktops. Supports basic
features such as:
* Displaying hex and ASCII views of any files
* Cut, copy, paste
* Searching and replacing
* Jump to (relative and absolute)
* Undo and redo actions
BULIDING
hirogen requires a Rust toolchain to build. Once it is installed, build the
program by simply running:
cargo build
This will fetch the required dependencies and build the program, which will then
be stored in the `target` directory.
The `cargo run` command can also be used to quickly build and run the program.
CONTRIBUTING
Contributions are welcome, please send me patches!
AUTHORS
zanneth <root@zanneth.com>