xv

Crates.ioxv
lib.rsxv
version0.1.1
sourcesrc
created_at2019-04-23 19:41:03.588088
updated_at2019-05-27 19:09:12.838644
descriptionA hex viewer for the terminal, with a visual text user interface.
homepagehttps://chrisvest.github.io/xv/
repositoryhttps://github.com/chrisvest/xv
max_upload_size
id129718
size319,687
Chris Vest (chrisvest)

documentation

README

= The XV Hex Viewer

image:https://travis-ci.org/chrisvest/xv.svg?branch=master[Build status, link=https://travis-ci.org/chrisvest/xv/] image:https://img.shields.io/badge/source-github-success.svg[Source code, link=https://github.com/chrisvest/xv/] image:https://img.shields.io/gitter/room/chrisvest/xv.svg[Gitter chat, link=https://gitter.im/chrisvest/xv] image:https://img.shields.io/github/license/chrisvest/xv.svg[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 https://crates.io/crates/xv[crates.io] by running cargo install xv in your terminal. Make sure you have a proper https://github.com/chrisvest/xv/wiki[development environment] first, though. Windows is supported with the Pancurses backend: cargo install xv --no-default-features --features pancurses-backend.

image::docs/screenshot.png[Screenshot showing the XV hex viewer in a terminal]

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

Commit count: 147

cargo fmt