1.1.7 • Published 4 years ago

hex-cli v1.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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

1.1.7

4 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago