DrewNaylor / guinget

Unofficial GUI for Microsoft's Windows Package Manager (winget). Kinda like Synaptic, but for Windows. Not associated with either Microsoft or the Synaptic project, and Microsoft does not endorse this software.
Apache License 2.0
136 stars 3 forks source link

Allow filter in Action column #93

Closed DrewNaylor closed 3 years ago

DrewNaylor commented 3 years ago

Now you can filter packages based on how they're marked, like Synaptic. You get to the Action filters by opening the sidebar dropdown and choosing Action. From there you can double-click or press Enter on the items in the listbox to filter as desired, or use All for an unfiltered list. As these filters use the same code as the search box, it says "Searching for (filter)..." in the statusbar even though it's looking in the Action column. Additionally, if it's set to search after a cache update, a regular search will be performed if there's text in the search box. This regular search will override any other filter since it uses the same core code.

All changes: