Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mhutter/bindump

CLI tool to dump the binary representation of some data
https://github.com/mhutter/bindump

binary cli shell

Last synced: 25 days ago
JSON representation

CLI tool to dump the binary representation of some data

Awesome Lists containing this project

README

        

# bindump

Reads data from `stdin`; and prints the binary representation of each byte.

## Usage

$ echo 'Hello, World!' | bd
01001000 01100101 01101100 01101100
01101111 00101100 00100000 01010111
01101111 01110010 01101100 01100100
00100001 00001010

## Installation

go get -u github.com/mhutter/bindump/...