Skip to content
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 WinGet and just-install packages #83

Closed
Rioluuu opened this issue May 31, 2021 · 4 comments · Fixed by #91
Closed

Show WinGet and just-install packages #83

Rioluuu opened this issue May 31, 2021 · 4 comments · Fixed by #91

Comments

@Rioluuu
Copy link

Rioluuu commented May 31, 2021

Right now winfetch only shows packages which are installed from Chocolatey or Scoop. I think it would also be a good idea to show all the WinGet packages in winfetch.

In WinGet you can view the list of installed packages/apps using winget list.

@kiedtl
Copy link
Member

kiedtl commented May 31, 2021

just-install might also be a future goal.

@kiedtl kiedtl changed the title Show WinGet packages Show WinGet and just-install packages May 31, 2021
@rashil2000
Copy link
Member

winget package count can be calculated by

(winget list | Measure-Object).Count - 4

But the tricky part is that this counts all packages ever installed, not just those installed by winget itself. winget-only list is being tracked here microsoft/winget-cli#964.

@Rioluuu
Copy link
Author

Rioluuu commented May 31, 2021

To be honest, I'd like to see all packages ever installed. It's also WinGets goal to import all the "packages" which were originally installed the "classical way".

@rashil2000
Copy link
Member

rashil2000 commented May 31, 2021

We can have a flag to choose either behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants