Skip to content

PolyMeilex/dehumanize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dehumanize CLI

version

Are you tired of those pesky humans supplying you binary data in human-readable formats?
Dehumanize can help you translate the data to a format that you can understand (aka. raw bytes).

echo "FFFF" | dehumanize --hex
echo "FF FF" | dehumanize --hex --separator " "
echo "0xFF, 0xFF" | dehumanize --hex --separator ","
echo "255, 255" | dehumanize --separator ","
echo "/w==" | dehumanize --base64

About

Dehumanize text binary data into raw bytes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages