/scrycli

CLI tool for Scryfall

Primary LanguageC++GNU General Public License v3.0GPL-3.0

scrycli

CLI tool for Scryfall

Dependencies

libscry, chafa

Installation

Arch

git clone https://github.com/EmperorPenguin18/scrycli
cd scrycli
makepkg -si

Or just install from the AUR

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