Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisvest/xxv
The XXV visual hex viewer for the terminal.
https://github.com/chrisvest/xxv
ascii binary-data bytes cli developer-tools hex hexadecimal rust rust-lang tui xxd
Last synced: about 1 month ago
JSON representation
The XXV visual hex viewer for the terminal.
- Host: GitHub
- URL: https://github.com/chrisvest/xxv
- Owner: chrisvest
- Archived: true
- Created: 2019-03-17T16:20:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T00:44:28.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T06:19:17.779Z (about 2 months ago)
- Topics: ascii, binary-data, bytes, cli, developer-tools, hex, hexadecimal, rust, rust-lang, tui, xxd
- Language: Rust
- Homepage: https://chrisvest.github.io/xxv/
- Size: 887 KB
- Stars: 86
- Watchers: 4
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.adoc
- License: LICENSE-GPL-3.0.txt
Awesome Lists containing this project
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[]