Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Charles Magahern a62cc4b082 Fix warning
2021-11-06 23:06:15 -07:00
res Add missing file 2021-04-10 20:22:27 -07:00
src Fix warning 2021-11-06 23:06:15 -07:00
test-data Fix random test data 2021-04-04 23:50:59 -07:00
.gitignore Rewrite using UI XML file instead 2020-05-03 21:29:46 -07:00
Cargo.lock Upgrade package versions 2021-11-06 23:04:49 -07:00
Cargo.toml Upgrade package versions 2021-11-06 23:04:49 -07:00
LICENSE Boring legal stuff 2021-04-10 20:08:02 -07:00
README Add README 2021-04-10 20:15:43 -07:00

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>