tiffany352 / rink-rs

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

CLI improvements #86

Closed tiffany352 closed 3 years ago

tiffany352 commented 3 years ago

Default config

[rink]
prompt = "> "

[currency]
enabled = true
endpoint = "https://rinkcalc.app/data/currency.json" # Allows pointing to an alternate rink-web instance.
timeout = "2s" # Accepts common suffixes like ms, s, h, d, y.
cache_duration = "1h"
OS Location Example
Linux $XDG_CONFIG_HOME/rink/config.toml /home/tiffany/.config/rink/config.toml
Windows {FOLDERID_RoamingAppData} C:\Users\Tiffany\AppData\Roaming\rink\config.toml
macOS $HOME/Library/Application Support /Users/Tiffany/Library/Application Support