tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
406 stars 28 forks source link

Custom definitions files #172

Closed tiffany352 closed 1 month ago

tiffany352 commented 1 month ago

Implements #79.

The CLI will now load more than the first definitions.units file it finds. It will stick them together and load them as one big definitions.units file. This lets you easily add custom definitions by adding them to ~/.config/rink/definitions.units. The format for it is already documented in the manpage.