https://github.com/mario-so/mteag-cli
Charming MTG card game CLI
https://github.com/mario-so/mteag-cli
Last synced: 2 months ago
JSON representation
Charming MTG card game CLI
- Host: GitHub
- URL: https://github.com/mario-so/mteag-cli
- Owner: Mario-SO
- Created: 2024-03-19T17:30:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T21:32:44.000Z (about 1 year ago)
- Last Synced: 2025-02-06T12:19:44.801Z (4 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🃏 mteag-cli 💻

`mteag-cli` is a command-line interface (CLI) app that lets users interact with the Magic: The Gathering API.
## 🃏 Card Features
- Search for a card by name 🔎.
- View card details including the name, mana cost, image, and price in USD and EUR 💰.## How to use 👨💻
Use it through the command line as follows:
```shell
go run .
```- Type the name of the card you're searching for, the API uses fuzzy matching so write whatever you remember about your card.
You can also use the `mteag.sh` script by running:
```shell
./mteag.sh
```## Key Shortcuts
- `q` or `ctrl+C`: quits the application.
- `Enter`: Submits input.
- `b`: Go back.## 🛠️ Dependencies
- Go version 1.15 or newer.
- Bubble Tea for building the robust terminal-based interface.## 💖 Support
If you like this project, give it a ⭐️ on GitHub!