bostrot / PowerToysRunPluginWinget

Winget plugin for PowerToys Run
MIT License
255 stars 14 forks source link

Integration with winget.run/Live package querying #8

Closed snargledorf closed 1 year ago

snargledorf commented 1 year ago

It would be awesome to see this integrated with https://winget.run/ to be able to pull an up to date list of packages. Either that or implement a similar polling of the winget package commits like how winget.run does.

https://github.com/winget-run/api/blob/master/src/server/ghService/update/updatePackageUtil.ts

bostrot commented 1 year ago

Not sure what they do differently. The package list here is updated daily from the winget-pkgs repository. Could you elaborate?

snargledorf commented 1 year ago

Ah I see now. I missed that there is a local script downloading the latest manifests!

Feel free to disregard 😊

bostrot commented 1 year ago

Yes, I put it in an extra branch for now, so the main branch doesn't get nuked by commits with github actions from the updater.ps1 (nightly-packages) 😊

Although I must say winget.run seems like an interesting project. Thanks for sharing!