b0x 0.5.0

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

❮b0x❯

version downloads license

A simple CLI tool to display information about the provided input (integers or strings).

Installation

$ cargo install b0x

Updating

$ cargo install b0x --force

Usage

Numbers

Supported formats:

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

screenshot

Strings

$ b0x "TeSt StRiNg"

screenshot