b0x 0.2.0

A simple CLI tool to display information about the provided input (numbers and strings).
Documentation

❮b0x❯

version downloads license

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

Installation

$ cargo install b0x

Usage

Numbers

Supported formats:

  • Decimal: 42
  • Binary: 0b101010
  • Octal: 0o52
  • Hexadecimal: 0x2A
$ b0x 0xC0FFEE

screenshot

Strings

$ b0x "TeSt StRiNg"

screenshot