sumpfork / dominiontabs

Divider generator for the card game Dominion and its expansions.
http://domdiv.sandflea.org
Other
122 stars 125 forks source link

Way to print specific cards #496

Closed thale13 closed 9 months ago

thale13 commented 9 months ago

Is there a way to print select cards from different expansions?

For example, I need Ambassador, Artificer, Menagerie (the card), Loot, Ruins, and Copper for some reason. I don't want to print all of Seaside, Dark Ages, Hinterlands, Plunder, and Base. (Its doubly wasteful if you print labels because the sheets become useless at that point).

Maybe a "fan expansion" could be added that asks for a CSV file that contains the list of cards to print?

if this is way off the reservation, feel free to close it and I'll figure out something for what I need.

sumpfork commented 9 months ago

Yes, use the --cardlist option. See https://github.com/sumpfork/dominiontabs/wiki/Documentation-%28Script-Options%29.

thale13 commented 9 months ago

Thank you for the speedy response. I hadn't gotten to using a local copy yet since the webpage does everything else that I need.

This is a great tool and I really appreciate it being available.