Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/missn0body/rdx
- Owner: missn0body
- License: mit
- Created: 2024-04-07T21:28:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T04:29:32.000Z (9 months ago)
- Last Synced: 2024-04-09T05:25:24.793Z (9 months ago)
- Topics: base-conversion, base-converter, converter, converter-app, radix, terminal, terminal-app, terminal-based
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.