hex-cli

v1.1.2
Hex encode & decode a string, right from your terminal.
hex hex-encoder hex-encoding hex-decoder hex-decoding encoder decoder

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

Metadata

  • MIT
  • >=4
  • Nikolaos Kamarinakis
  • released 9/2/2018

Downloads

Maintainers