Crates.io | xxv |
lib.rs | xxv |
version | 0.1.2 |
source | src |
created_at | 2020-02-19 20:39:46.841815 |
updated_at | 2020-02-19 20:39:46.841815 |
description | A hex viewer for the terminal, with a visual text user interface. |
homepage | https://chrisvest.github.io/xxv/ |
repository | https://github.com/chrisvest/xxv |
max_upload_size | |
id | 210704 |
size | 185,980 |
= The XXV Hex Viewer
image:https://travis-ci.org/chrisvest/xxv.svg?branch=master[Build status, link=https://travis-ci.org/chrisvest/xxv/] image:https://img.shields.io/badge/source-github-success.svg[Source code, link=https://github.com/chrisvest/xxv/] image:https://img.shields.io/gitter/room/chrisvest/xxv.svg[Gitter chat, link=https://gitter.im/chrisvest/xxv] image:https://img.shields.io/github/license/chrisvest/xxv.svg[License]
XXV is a terminal hex viewer with a text user interface, written in 100% safe Rust. Licensed under the GPL-3.0 software license.
Get it from https://crates.io/crates/xxv[crates.io] by running cargo install xxv
in your terminal.
Make sure you have a proper https://github.com/chrisvest/xxv/wiki[development environment] first, though.
Windows is supported with the Crossterm backend: cargo install xxv --no-default-features --features crossterm
.
image::docs/screenshot.png[Screenshot showing the XXV hex viewer in a terminal]
:leveloffset: +1 include::src/help_text.md[]