Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/missn0body/rdx

A terminal program to convert a decimal to arbitrary radix
https://github.com/missn0body/rdx

base-conversion base-converter converter converter-app radix terminal terminal-app terminal-based

Last synced: 8 days ago
JSON representation

A terminal program to convert a decimal to arbitrary radix

Awesome Lists containing this project

README

        

# rdx

A terminal program to convert a decimal to arbitrary radix.
Created in 2024 by anson.

This program does more or less exactly what it says. At the moment,
it will only accept decimal numbers as input. `rdx` will also always
assume that the first number given at the command-line is the number to
convert, and that the second is the base. In the future, maybe these
things will change.

Usage and options can be read by invoking `rdx --help` at the command line.
This project is licensed under the MIT License, see LICENSE for related details.
Issues, bugs, and other things can be discussed at my E-Mail,

### v.1.0.0 (Initial release)

(Early April 2024)
A terminal program to convert a decimal to arbitrary radix.