blob: 664ae4bfa363b3dfda0137bbc828c3d9e563c070 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
bviplus (hex editor with vi-style user interface)
Bviplus is an ncurses based hex editor with a vim-like interface. It
was originally a fork of Binary VIsual editor (bvi) by Gerhard
Burgmann, but has now been completely rewritten (since version 0.3).
Additions include:
- Quickly open/edit/save very large files
- Search highlighting
- Multiple undo/redo
- Visual select
- Cut/paste (works between files as well)
- Multiple file tabbed interface
- Run external programs on selected data
- Blob coloring
- And much more to come.
|