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
- Host: GitHub
- URL: https://github.com/kaplanmaxe/binny
- Owner: kaplanmaxe
- Created: 2019-01-27T18:57:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T22:52:12.000Z (over 7 years ago)
- Last Synced: 2025-01-13T20:47:45.061Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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` |