Skip to content
/ hex-rs Public

A simple command line hex viewer written in Rust

License

Notifications You must be signed in to change notification settings

fffzlfk/hex-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex-rs

A simple command line hex viewer written in Rust.

Usage/Examples

  • Read the contents of a file by passing a valid file path
  • Read a simple string
  • Read contents from pipe

Installation

with cargo

cargo install --git https://github.com/fffzlfk/hex-rs.git

with AUR

git clone https://aur.archlinux.org/hex-rs-bin.git && cd hex-rs
makepkg -si

If you use paru or yay:

paru hex-rs-bin
# or
yay hex-rs-bin