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

https://github.com/radj307/conv-utils

Commandline converter utility that supports a wide range of conversions
https://github.com/radj307/conv-utils

ascii commandline conv conv-utils conversion cxx20 fov fov-algorithms fov-converter hexadecimal linux macos radians unit-conversion unit-conversions unit-converter unit-converters windows

Last synced: 3 months ago
JSON representation

Commandline converter utility that supports a wide range of conversions

Awesome Lists containing this project

README

        

conv-utils


GitHub tag (latest by date)


Various C++ command-line utilities, mostly related to value conversions.

## Utilities

As of version [0.2.2](https://github.com/radj307/conv-utils/releases/0.2.1), the following utilities are available:

| Utility Name | Type | Purpose |
|--------------|------------|-----------------------------------------------------------------------------------------------------------------------|
| Data Size | Converter | Converting between (B, kB, MB, GB, etc.) |
| Hexadecimal | Converter | Converts between decimal & hexadecimal. |
| Modulo | Calculator | Calculate integer or floating-point modulo operations. |
| Length Units | Converter | Converts between metric & imperial length units. Supports all known imperial units, and all standard metric prefixes. |
| ASCII Lookup | Converter | Converts between characters & their ASCII values. |
| Radians | Converter | Convert between degrees & radians. |
| FOV | Converter | Convert between horizontal & vertical FOV. |