Crates.io | b0x |
lib.rs | b0x |
version | 1.0.1 |
source | src |
created_at | 2018-08-30 12:10:35.330493 |
updated_at | 2022-06-06 20:24:38.947382 |
description | A simple CLI tool to display information about the provided input (integers, IP addresses, strings). |
homepage | https://github.com/u32i64/b0x#readme |
repository | https://github.com/u32i64/b0x |
max_upload_size | |
id | 82110 |
size | 35,729 |
A simple CLI tool to display information about the provided input (integers, IP addresses, strings).
$ cargo install b0x
$ cargo install b0x --force
$ b0x <input>...
Supported data types:
127.0.0.1
2606:4700:4700::1111
0b101010
0o52
0x2A
42
See the built-in help for more information:
$ b0x --help
$ b0x 127.0.0.1 2606:4700:4700::1111
$ b0x 0xC0FFEE
$ b0x "TeSt StRiNg"