Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/k4m4/binary-cli
- Owner: k4m4
- License: mit
- Created: 2018-04-21T15:15:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:13:49.000Z (about 2 years ago)
- Last Synced: 2024-10-11T17:44:43.272Z (3 months ago)
- Topics: bin, binary, cli, decoding, ecoding
- Language: JavaScript
- Size: 264 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: license
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)