Skip to content

marktoda/changebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

changebase

A CLI tool for changing the base of numbers.

Install

cargo install changebase

Usage

> changebase -h

numeric base converter

USAGE:
    changebase [FLAGS] [OPTIONS] <value>

FLAGS:
        --ib         use binary as input base
        --ob         use binary as output base
        --id         use decimal as input base
        --od         use decimal as output base
        --ih         use hex as input base
        --oh         use hex as output base
        --io         use octal as input base
        --oo         use octal as output base
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -i, --input <input>      Input base to use [possible values: Bin, Oct, Dec, Hex]
    -o, --output <output>    Output base to use [possible values: Bin, Oct, Dec, Hex]

ARGS:
    <value> 

About

CLI tool to convert numbers from one base to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages