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

https://github.com/kaplanmaxe/binny

CLI tool for binary operations and arithmetic
https://github.com/kaplanmaxe/binny

Last synced: about 1 month ago
JSON representation

CLI tool for binary operations and arithmetic

Awesome Lists containing this project

README

          

# Binny

CLI tool for performing binary operations / arithmetic.

**This is currently a work in progress!**

### Usage

| command | options | usage |
|---------|---------|-------|
| dectobin | | `binny dectobin 10` |
| bintodec | `signed`=bool | `binny bintodec 00000001`, `binny bintodec --signed=true 11111111` |
| twoscomplementbin | | `binny twoscomplementbin 00000001` |
| floattodec | | `binny floattodec 01000010011101110000000000000000` |