#hex #ncurses #binary #user-interface

app xv

A hex viewer for the terminal, with a visual text user interface

2 releases

0.1.1 May 27, 2019
0.1.0 Apr 23, 2019

#36 in #ncurses

Apache-2.0

200KB
2K SLoC

The XV Hex Viewer

Build status, link=https://travis-ci.org/chrisvest/xv/ Source code, link=https://github.com/chrisvest/xv/ Gitter chat, link=https://gitter.im/chrisvest/xv License

XV is a terminal hex viewer with a text user interface, written in 100% safe Rust. Licensed under the Apache-2.0 software license.

Get it from crates.io by running cargo install xv in your terminal. Make sure you have a proper development environment first, though. Windows is supported with the Pancurses backend: cargo install xv --no-default-features --features pancurses-backend.

Screenshot showing the XV hex viewer in a terminal

:leveloffset: +1 include::src/help_text.md[]

Dependencies

~8–11MB
~195K SLoC