Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k4m4/binary-cli

Binary encode & decode a string, right from your terminal.
https://github.com/k4m4/binary-cli

bin binary cli decoding ecoding

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# binary-cli [![Build Status](https://travis-ci.org/k4m4/binary-cli.svg?branch=master)](https://travis-ci.org/k4m4/binary-cli)

> 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](https://nikolaskama.me)