1.1.7 • Published 4 years ago

binary-cli v1.1.7

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

binary-cli Build Status

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


Install

~ ❯❯❯ npm install -g binary-cli

Usage

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

  Usage
    ~ ❯❯❯ binary [string]
    ~ ❯❯❯ echo [string] | bin
  Options
        -d, --decode  Decode binary-encoded string
        -p, --plain   Display output without log symbols
  Examples
    ~ ❯❯❯ binary foo
    ✔ 1100110 1101111 1101111
    ~ ❯❯❯ binary -d "1100010 1100001 1110010"
    ✔ bar

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.0.0

6 years ago