Closed cinghioGithub closed 6 months ago
Hello @cinghioGithub, and many thanks for your PR (it was actually a long-term idea to change back-end for this purpose). Some notes :
Tell me what you think about this final implementation ! Bye :wave:
Up @cinghioGithub ! :pray:
Hi @HorlogeSkynet, sorry for the delay. I looked and everything seemed ok. I just don't know how much can be useful the show_zeros
configuration option, but it is false by default so I like it. Thanks for fixing the style and adjusting the configuration as well.
I just don't know how much can be useful the show_zeros configuration option, but it is false by default so I like it.
I guess it could make sense to identify package manager back-ends that are not useful (no packages installed). Somehow, the option didn't cost much 🙃
Thanks for your feedback. Merging here.
Description
This PR changes the output provided by dividing the number of installed packages by package managers. It also adds support for
flatpak
andsnap
package count.Reason and / or context
These changes allow to count
flatpak
andsnap
packages, also changing the total package count, moving from a total number to more precise data, showing the number of packages for each available package manager.Example:
How has this been tested ?
It has been tested by updating the project's
unittest
suite.Types of changes :
Checklist :