Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cljoly/sesters
π± Fast, offline currency converter π΄Β π·Β πΆΒ π΅
https://github.com/cljoly/sesters
cli command-line-tool currency-converter finance hacktoberfest money rust rust-lang rustlang sesters wip
Last synced: about 2 months ago
JSON representation
π± Fast, offline currency converter π΄Β π·Β πΆΒ π΅
- Host: GitHub
- URL: https://github.com/cljoly/sesters
- Owner: cljoly
- License: gpl-3.0
- Archived: true
- Created: 2018-11-26T09:23:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T20:07:38.000Z (about 1 year ago)
- Last Synced: 2024-09-26T01:25:41.801Z (about 2 months ago)
- Topics: cli, command-line-tool, currency-converter, finance, hacktoberfest, money, rust, rust-lang, rustlang, sesters, wip
- Language: Rust
- Homepage: https://cj.rs/sesters
- Size: 561 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Sesters> **Note**: This repository is archived for now, but I may work on this project in the future.
π± Fast, offline currency converter π΄ π· πΆ π΅
******************************************
## Getting started
Install the latest version:
```
$ cargo install sesters
```Exemple of plain text conversion:
```sh
$ 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](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, see this [document](https://cj.rs/docs/contribute/)!
[![](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 .
,