Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 614 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 614 Bytes

scrycli

CLI tool for Scryfall

Dependencies

libscry, chafa

Installation

Arch

git clone https:/EmperorPenguin18/scrycli
cd scrycli
makepkg -si

Or just install from the AUR

Other Linux

git clone https:/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