Note: This repository is archived for now, but I may work on this project in the future.
💱 Fast, offline currency converter 💴 💷 💶 💵
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 ║
╚═══╩═══════════════════════════════════╩═════════════════════════════════════╩═══════════════════════════╝
- 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
Inspired by this coin.
By Classical Numismatic Group, Inc. http://www.cngcoins.com, CC BY-SA 3.0, Link
Contributions are welcome, see this document!
Sesters is licensed under GNU General Public License Version 3 or later.
Copyright (C) 2018-2019 Clément Joly oss+sesters@131719.xyz
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. ,