Migrated from https://git.sr.ht/~zanneth/hirogen
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| res | ||
| src | ||
| test-data | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README | ||
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>