vmavromatis / absolutely-proprietary

Proprietary package detector for arch-based distros. Compares your installed packages against Parabola's package blacklist and then prints your Stallman Freedom Index (free/total).
GNU General Public License v3.0
274 stars 10 forks source link

Use blacklist as in-memory list instead of downloading it #20

Closed stiefel40k closed 6 years ago

stiefel40k commented 6 years ago

should solve completely #12

only disgusting.txt is written out as file, which could be redirected to /tmp or something.

(sorry for the ugly commits, I'm not a git-ninja or something:D)

vmavromatis commented 6 years ago

I made a few further changes, have a look at this branch https://github.com/vmavromatis/absolutely-proprietary/tree/pr-20 (my pycharm skills failed me, I wanted to push it here - is this even possible?)

vmavromatis commented 6 years ago

You know what, I like it! merged. Let me know what you think too.