8000 GitHub - Xyphyn/base-to-base: A CLI Rust program to quickly convert a number between bases.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Xyphyn/base-to-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Install

You'll need to install Cargo for this.

cargo install btb

This will place btb in ~/.cargo/bin. Make sure it's in your PATH.

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

About

A CLI Rust program to quickly convert a number between bases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0