An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# hexedit

TUI hex editor with similar binds to vi.

![Screenshot of program](./img/screenshot.png)

## Usage

```sh
hexedit
```

## Keybinds

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