base-to-base

base-to-base is a little Rust program to convert numbers between bases.

It aims to be as quick to use as possible.

Usage

btb <Base> <Number> [...args]`

Base is the base of the input Number. It can be any of the following values:

hex x dec d oct o bin b

Args

--to <Base>: output just one base in plaintext