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
- Host: GitHub
- URL: https://github.com/radj307/conv-utils
- Owner: radj307
- License: gpl-3.0
- Created: 2021-10-30T01:35:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T22:51:36.000Z (about 2 years ago)
- Last Synced: 2025-01-24T08:44:03.595Z (4 months ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
conv-utils
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. |