Coder Social home page Coder Social logo

u32i64 / b0x Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 2.0 1.14 MB

A simple CLI tool to display info about integers :1234:, IPs :globe_with_meridians:, strings :memo:

License: MIT License

Rust 100.00%
binary octal hexadecimal convert cli-utilities cli-app cli ip ipv4 ipv6 rust-crate

b0x's Introduction

❮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

b0x's People

Contributors

awaitlink avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

b0x's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.