Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emperorpenguin18/scrycli

CLI tool for Scryfall
https://github.com/emperorpenguin18/scrycli

c-plus-plus cli linux magic magic-the-gathering scryfall scryfall-api terminal unix

Last synced: 10 days ago
JSON representation

CLI tool for Scryfall

Awesome Lists containing this project

README

        

# scrycli
CLI tool for Scryfall
## Dependencies
[libscry](https://github.com/EmperorPenguin18/libscry), chafa
## Installation

Arch

```
git clone https://github.com/EmperorPenguin18/scrycli
cd scrycli
makepkg -si
```
Or just install from the [AUR](https://aur.archlinux.org/packages/scrycli)

Other Linux

```
git clone https://github.com/EmperorPenguin18/scrycli
cd scrycli
make release
make install #as root
```

## Usage

```
scrycli [OPTION...] SEARCH...
```
Read the man page for more info

## Uninstallation

Arch

```
pacman -R scrycli #as root
```

Other Linux

```
cd scrycli
make uninstall #as root
```