Simple commandline tool to convert between Gamebryo Engine units, meters, and feet.
This is a commandline utility that converts between common length measurement units & Bethesda’s arbitrary Unit
--standard
or --fixed
.--scientific
or --sci
.pico-
to tera-
pico-
to tera-
because who doesn’t want to use kilounitsIf you’re new to using CLI programs, see the beginners guide.
No formal installation is required, simply place the executable somewhere and call it from your preferred shell.
If you want to be able to use the program no matter your shell’s current working directory, you’ll need to place the executable in a location found in your PATH
environment variable.
The program is small enough to embed within another executable, for an example see this synthesis patcher.
Place the executable in /usr/local/bin
to add to your path, or add export PATH='$PATH;<PATH_TO_DIRECTORY>'
to the end of ~/.bashrc
I genuinely have no idea as I have never owned or used a mac, but I assume it’s similar to Linux.
Use ckconv -h
or ckconv --help
to see a usage guide, and documentation on all of the available options.
Use ckconv --units
to see a list of all recognized units.
When specifying units, you can use the values in the Symbol
or Name
columns.
Simple conversions, and pipe operators:
Multiple conversions at once:
Converting 5 picometers to units in standard notation, and response-only mode: