Go to file
Lumen Keyes 238a4017f4 added support for multiple copies of cards, simplified sorting 2024-08-29 13:10:59 -06:00
example-lists added support for multiple copies of cards, simplified sorting 2024-08-29 13:10:59 -06:00
include stuff is mostly working again, trying to switch to using a C PDF library 2024-07-06 18:11:00 -06:00
oracle-data more cleanup and organizing of TODOs 2024-07-15 10:44:44 -06:00
src added support for multiple copies of cards, simplified sorting 2024-08-29 13:10:59 -06:00
.gitignore simplify the row printing code. further simplification to follow. 2024-08-28 22:21:00 -06:00
README.md added README.md, updated TODOs 2024-07-15 10:51:21 -06:00
build.zig simplify the row printing code. further simplification to follow. 2024-08-28 22:21:00 -06:00
build.zig.zon simplify the row printing code. further simplification to follow. 2024-08-28 22:21:00 -06:00
fullCard.zig oh hey it's been a while 2024-06-26 22:33:39 -06:00
output.pdf added support for multiple copies of cards, simplified sorting 2024-08-29 13:10:59 -06:00

README.md

A command-line tool for printing text-only proxies of Magic The Gathering Cards. Kind of a silly idea, mostly meant to help me learn some zig.

Currently the only way to use the program is to build from source.

Use like: proxy-print -l <filename> where the file specified contains a list of cards exported from Moxfield. Other list formats will hopefully be supported in the future.

I'm still working on adding some extra options, we'll see how far I take it. Currently there isn't a way to specify the name of the output pdf, or any formatting options other than whether or not the height of the cards should be constant.