~zanneth/hirogen

GTK hex editor.
a62cc4b0 — Charles Magahern 3 years ago
Fix warning
51294d9e — Charles Magahern 3 years ago
Upgrade package versions
9d8ba532 — Charles Magahern 3 years ago
Bump to version 1.0.2

clone

read-only
https://git.sr.ht/~zanneth/hirogen
read/write
git@git.sr.ht:~zanneth/hirogen

You can also use your local clone with git send-email.

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>