1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: ncurses-hexedit
Section: editors
Priority: optional
Maintainer: Carlos Maddela <e7appew@gmail.com>
Build-Depends: debhelper (>= 12), libncurses-dev (>= 6), texinfo <!nodoc>
Standards-Version: 4.3.0
Homepage: http://www.rogoyski.com/adam/programs/hexedit/
Vcs-Git: https://salsa.debian.org/debian/ncurses-hexedit.git
Vcs-Browser: https://salsa.debian.org/debian/ncurses-hexedit
Rules-Requires-Root: no
Package: ncurses-hexedit
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Edit files/disks in hex, ASCII and EBCDIC
Hexedit is a file editor which allows editing and viewing a file in
hexadecimal, along with its ASCII or EBCDIC text equivalent. Standard
editing features include insert, delete, search (text or byte searches),
highlighted changes, undo, two different viewing formats, and full
screen text snapshots. Allows editing of fixed disks as well. Includes
a binary/octal/decimal/hex converter.
|