Skip to content

Kaamkiya/hexcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexcat

An extremely small hexdump tool.

Screenshots

The command showing its own binary

Usage

First, clone the repo:

$ git clone https://codeberg.org/Kaamkiya/hexcat

Then build from source:

$ cd hexcat
$ make

If you want to install it system-wide:

$ sudo make install

Help:

$ hexcat -h

If you don't specify a file to read from, hexcat will read from stdin, so you can also pipe to it:

$ cat some-file | hexcat

It will write the data to stdout, or you can specify a file using redirection:

$ echo "Let's go fly a kite" | hexcat > hello.txt

Try hexcat -h for all available flags.

License

This project is licensed under the MIT license.

About

An extremely small hexdump tool written in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published