An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 🃏 mteag-cli 💻

![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Mario-SO/mteag-cli)
![GitHub last commit](https://img.shields.io/github/last-commit/Mario-SO/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!