Sesters
π± Fast, offline currency converter π΄ π· πΆ π΅
******************************************
## 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 my price and press enter EUR lorem 2356
EUR 2345.00 β USD 2586.53
```
## Features
ποΈ This is a work in progress, only checked features are implemented yet.
- [X] Find prices in plain text with several currencies
- [X] Store exchange rates locally
- [X] Retrieve exchange rate (partial)
- [X] Cache retrieved rate
- [ ] More sources to be added ![GitHub issues by-label](https://img.shields.io/github/issues/cljoly/sesters/rate-source.svg)
- [ ] Save recent searches
- [ ] Display this history in a table
### Maybe
- [ ] GUI with [azul.rs](https://azul.rs/)
## About the name
Inspired by this [coin](https://en.wikipedia.org/wiki/Sestertius).
By Classical Numismatic Group, Inc. http://www.cngcoins.com, CC BY-SA 3.0, Link
## Contribute
Contributions are welcome!
[![](https://img.shields.io/github/issues/cljoly/sesters/good%20first%20issue)](https://github.com/cljoly/sesters/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
## Licence
![GPLv3](https://www.gnu.org/graphics/gplv3-127x51.png)
Sesters is licensed under [GNU General Public License](https://www.gnu.org/licenses/gpl.html) Version 3 or later.
> Copyright (C) 2018-2019 ClΓ©ment Joly
>
> 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 .
,