You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Add a new command
define {name} {expr}
. Probably alsoundef {name}
andlist-defs
as well. They'll need to be mentioned in the manual.Units should be saved to the config directory and be stored in json format (DefEntry's Serialize/Deserialize impl).
Editing the file directly should let you use additional functionality like defining new substances, categories, base units, prefixes.
The text was updated successfully, but these errors were encountered: