| RINK(1) | Rink Manual | RINK(1) |
NAME
rink - Unit calculator and dimensional analysis tool
SYNPOSIS
rink rink [EXPR]... rink -f <FILE> rink (-h | -V | --config-path)
DESCRIPTION
Rink is a unit conversion and calculation tool which can be used for both small and simple arithmetic and more complex dimensionality analysis and other tasks.
OPTIONS
--config-path
--fetch-currency: Fetches the latest version of the currency data, then exits. Can be used as part of a cron job, possibly together with setting currency.cache_expiration_enabled to false.
-f, --file <file>
-h, --help
-V, --version
EXIT STATUS
Returns 0 unless an error prevented rink from starting up.
ENVIRONMENT
NO_COLORS
FILES
Rink looks for a configuration file in $XDG_CONFIG_DIR/rink/config.toml, see rink(5).
Rink relies on some data files, which are found using a search path. See rink-defs(5) and rink-dates(5).
Downloaded currency data is saved in $XDG_CACHE_DIR/rink/currency.json.
BUGS
SEE ALSO
rink(5), rink(7), rink-defs(5), rink-dates(5)
| 2026-08-30 | Rink Manual |