Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emperorpenguin18/scrycli
- Owner: EmperorPenguin18
- License: gpl-3.0
- Created: 2021-10-03T20:55:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T02:38:49.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:16:08.772Z (8 months ago)
- Topics: c-plus-plus, cli, linux, magic, magic-the-gathering, scryfall, scryfall-api, terminal, unix
- Language: C++
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# scrycli
CLI tool for Scryfall
## Dependencies
[libscry](https://github.com/EmperorPenguin18/libscry), chafa
## InstallationArch
```
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
```