-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show packages count divided by package manager #154
Show packages count divided by package manager #154
Conversation
a163a51
to
2df5298
Compare
2df5298
to
bfdd3f7
Compare
Hello @cinghioGithub, and many thanks for your PR (it was actually a long-term idea to change back-end for this purpose).
Tell me what you think about this final implementation ! Bye 👋 |
Up @cinghioGithub ! 🙏 |
Hi @HorlogeSkynet, sorry for the delay. I looked and everything seemed ok. I just don't know how much can be useful the |
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 :