❮b0x❯

version downloads license

A simple CLI tool to display information about the provided input.

Installation

console $ cargo install b0x

Updating

console $ cargo install b0x --force

Usage

Numbers

Supported formats: - Decimal: 42 - Binary: 0b101010 - Octal: 0o52 - Hexadecimal: 0x2A

console $ b0x 0xC0FFEE

screenshot

Strings

console $ b0x "TeSt StRiNg"

screenshot