Skip to content
forked from k4m4/hex-cli

Hex encode & decode a string, right from your terminal.

License

Notifications You must be signed in to change notification settings

emtee40/hex-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hex-cli Build Status

Hex encode & decode a string, right from your terminal.


Install

~ ❯❯❯ npm install -g hex-cli

Usage

  Hex encode & decode a string, right from your terminal.

  Usage
    ~ ❯❯❯ hex [string]
    ~ ❯❯❯ echo [string] | hex
  Options
        -d, --decode  Decode hex encoded string
        -p, --plain   Display output without log symbols
  Examples
    ~ ❯❯❯ hex foobar
    ✔ 666f6f626172
    ~ ❯❯❯ hex -d 756e69636f726e
    ✔ unicorn

License

MIT © Nikolaos Kamarinakis

About

Hex encode & decode a string, right from your terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%