Skip to content

EmperorPenguin18/scrycli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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