xxv

Crates.ioxxv
lib.rsxxv
version0.1.2
sourcesrc
created_at2020-02-19 20:39:46.841815
updated_at2020-02-19 20:39:46.841815
descriptionA hex viewer for the terminal, with a visual text user interface.
homepagehttps://chrisvest.github.io/xxv/
repositoryhttps://github.com/chrisvest/xxv
max_upload_size
id210704
size185,980
Chris Vest (chrisvest)

documentation

README

= 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[]

Commit count: 147

cargo fmt