ThomasKluiters / fetchy

Minuscule images made trivial
MIT License
111 stars 8 forks source link

ENH: #7 Implement exclusions #12

Closed ThomasKluiters closed 5 years ago

ThomasKluiters commented 5 years ago

Closes: #7

It is now possible to use exclusions:

Using a name:

fetchy --exclude dpkg --exclude perl-base python3

Or with a file:

exclusions.txt

perl-base
dpkg

Using a name:

fetchy --exclude exclusions.txt python3