Skip to content

dominikb1888/currency_cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build License: MIT GitHub release Release

Contributions welcome: See CONTRIBUTING.md.

Currency CLI 💱

A fast and flexible currency converter built in Rust using the apilayer Exchange Rates Data API.

🌐 Website: currency-cli homepage
📦 Download binaries: GitHub Releases


✨ Features

  • Convert between any two currencies
  • Historical conversions by date
  • Multi-currency conversions
  • Output formats: plain text, JSON, CSV
  • Lightweight, fast, and cross-platform (macOS, Linux, Windows)

🚀 Installation

Download the binary for your platform from the Releases page and run it directly.

Or build from source:

git clone https://github.com/tanjib028/currency_cli.git
cd currency_cli
cargo build --release


## 📥 Prebuilt Binaries

| Platform | Architecture | File |
|----------|--------------|------|
| Linux    | x86_64       | [Download](https://github.com/tanjib028/currency_cli/releases/download/v1.0.10/currency-cli-x86_64-unknown-linux-musl.tar.gz)  
| Linux    | aarch64      | [Download](https://github.com/tanjib028/currency_cli/releases/download/v1.0.10/currency-cli-aarch64-unknown-linux-musl.tar.gz)  
| macOS    | x86_64       | [Download](https://github.com/tanjib028/currency_cli/releases/download/v1.0.10/currency-cli-x86_64-apple-darwin)  
| macOS    | aarch64      | [Download](https://github.com/tanjib028/currency_cli/releases/download/v1.0.10/currency-cli-aarch64-apple-darwin)

About

A Rust-based CLI tool for currency conversion with multi-currency support.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%