https://github.com/funnyboy-roks/hexedit
TUI hex editor with similar binds to vi.
https://github.com/funnyboy-roks/hexedit
binary hexadecimal hexdump ratatui rust tui
Last synced: 3 months ago
JSON representation
TUI hex editor with similar binds to vi.
- Host: GitHub
- URL: https://github.com/funnyboy-roks/hexedit
- Owner: funnyboy-roks
- License: other
- Created: 2025-02-17T22:33:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T22:40:20.000Z (3 months ago)
- Last Synced: 2025-02-17T23:28:49.178Z (3 months ago)
- Topics: binary, hexadecimal, hexdump, ratatui, rust, tui
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hexedit
TUI hex editor with similar binds to vi.

## Usage
```sh
hexedit
```## Keybinds
- `h`/`j`/`k`/`l` - movement
- `H`/`L` - switch between hex and ascii mode
- `x` - delete byte at cursor
- `q` - quit