16 releases (2 stable)
1.0.1 | Jun 6, 2022 |
---|---|
1.0.0 | May 11, 2019 |
0.8.0 | Mar 29, 2019 |
0.7.2 | Dec 31, 2018 |
0.5.0 | Oct 19, 2018 |
#821 in Science
42 downloads per month
20KB
412 lines
❮b0x❯
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
- IPv4:
- Unsigned integers
- Binary:
0b101010
- Octal:
0o52
- Hexadecimal:
0x2A
- Decimal:
42
- Binary:
- Strings
See the built-in help for more information:
$ b0x --help
Examples
$ b0x 127.0.0.1 2606:4700:4700::1111
$ b0x 0xC0FFEE
$ b0x "TeSt StRiNg"
Dependencies
~4.5MB
~69K SLoC