Getting started
Install the latest version:
$ cargo install sesters
Exemple of plain text conversion:
$ sesters convert a price burried 1 USD in text
USD 1.00 β EUR 0.89
$ sesters convert -- -1 β¬
EUR -1.00 β USD -1.10
$ sesters convert
I can type and press enter EUR 2356
EUR 2345.00 β USD 2586.53
It is then visible in the history:
$ sesters history list
βββββ¦ββββββββββββββββββββββββββββββββββββ¦ββββββββββββββββββββββββββββββββββββββ¦ββββββββββββββββββββββββββββ
β 1 β 2021-10-09 22:36:54.733991464 UTC β a price burried 1 USD in text β USD 1.00 β EUR 0.86 β
β ββββ¬ββββββββββββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββ£
β 2 β 2021-10-09 22:36:58.147102167 UTC β -1 β¬ β EUR -1.00 β USD -1.16 β
β ββββ¬ββββββββββββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββ¬ββββββββββββββββββββββββββββ£
β 3 β 2021-10-09 22:37:06.656527072 UTC β I can type and press enter EUR 2356 β EUR 2356.00 β USD 2727.15 β
βββββ©ββββββββββββββββββββββββββββββββββββ©ββββββββββββββββββββββββββββββββββββββ©ββββββββββββββββββββββββββββ
Features
- Find prices in plain text with several currencies
- Store exchange rates locally for a while, to speed up future conversions
- Save recent conversion history. The history is automatically deleted after a while
About the name
Inspired by this coin.
By Classical Numismatic Group, Inc. http://www.cngcoins.com, CC BY-SA 3.0, Link
Contribute
Contributions are welcome, see this document!
Licence
Sesters is licensed under GNU General Public License Version 3 or later.