Crates.io | xv |
lib.rs | xv |
version | 0.1.1 |
source | src |
created_at | 2019-04-23 19:41:03.588088 |
updated_at | 2019-05-27 19:09:12.838644 |
description | A hex viewer for the terminal, with a visual text user interface. |
homepage | https://chrisvest.github.io/xv/ |
repository | https://github.com/chrisvest/xv |
max_upload_size | |
id | 129718 |
size | 319,687 |
= 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[]