b0x

Crates.iob0x
lib.rsb0x
version1.0.1
sourcesrc
created_at2018-08-30 12:10:35.330493
updated_at2022-06-06 20:24:38.947382
descriptionA simple CLI tool to display information about the provided input (integers, IP addresses, strings).
homepagehttps://github.com/u32i64/b0x#readme
repositoryhttps://github.com/u32i64/b0x
max_upload_size
id82110
size35,729
(u32i64)

documentation

README

❮b0x❯

version downloads license

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

Installation

$ cargo install b0x

Updating

$ cargo install b0x --force

Usage

$ b0x <input>...

Supported data types:

  • IP addresses
    • IPv4: 127.0.0.1
    • IPv6: 2606:4700:4700::1111
  • Unsigned integers
    • Binary: 0b101010
    • Octal: 0o52
    • Hexadecimal: 0x2A
    • Decimal: 42
  • Strings

See the built-in help for more information:

$ b0x --help

Examples

$ b0x 127.0.0.1 2606:4700:4700::1111

screenshot/ip

$ b0x 0xC0FFEE

screenshot/int

$ b0x "TeSt StRiNg"

screenshot/str

Commit count: 48

cargo fmt