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


Keywords
hex, hex-encoder, hex-encoding, hex-decoder, hex-decoding, encoder, decoder, cli, decoding, encoding, hexadecimal
License
MIT
Install
npm install hex-cli@1.1.7

Documentation

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