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

Print results as table (if possible without extra modules) #23

Open vmavromatis opened 6 years ago

vmavromatis commented 6 years ago

It would be nice to print the results nicely in a table-like style with these 4 columns: Package, Status, Description, Libre Alternative

I'm trying to keep this module-free, so bonus points for not using modules!

bepzi commented 6 years ago

If we're going to print out everything as a table, it would be nice to be able to sort the results by column using command-line flags. -s for sorting by status, --name for sorting by name, etc.

Might be worth a separate issue.

vmavromatis commented 6 years ago

@ben01189998819991197253 good idea!