sumpfork / dominiontabs

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

Request: Ability to Exclude cards from generation #485

Closed kompressor2279 closed 1 year ago

kompressor2279 commented 1 year ago

It would be great to be able to omit cards from generation that you don't own, such as the promos. I don't have all of them and I prefer to have my tabs alternate sides. It would be nice to not have empty slots where a tab needs to go to maintain the alternating sides.

Thanks!

sumpfork commented 1 year ago

We have this via this option:

--cardlist CARDLIST   Path to file that enumerates each card on its own line
                        to be included or excluded. To include a card, add its
                        card name on a line. The name can optionally be
                        preceeded by '+'. To exclude a card, add its card name
                        on a line preseeded by a '-' If any card is included
                        by this method, only cards specified in this file will
                        be printed. (default: None)
kompressor2279 commented 1 year ago

Ahh, sorry I didn't realize. Thanks!