You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to list the tags being used on a package, it is always best to look up software on the website itself, however if just browsing the package, it would be great to get some more details on what it actually aims to accomplish.
Currently the only way to view the tags is via a search for the tag,
example of current usage of tags
winget search android
Name Id Version Match
-------------------------------------------------------------------------
PhotoSync touchbyte.PhotoSync 4.0.4 Tag: android
Huawei Mobile Cloud huawei.mobilecloud 10.0.0.300 Tag: android
Surface Duo Emulator Microsoft.SurfaceDuoEmulator 2020.624.2 Tag: android
Huawei Quick App IDE Huawei.QuickAppIde 2.5.2 Tag: android
Huawei Pcmanager huawei.pcmanager 10.0.2.59 Tag: Android
Description of Purposed Feature
It would be great to list the tags being used on a package, it is always best to look up software on the website itself, however if just browsing the package, it would be great to get some more details on what it actually aims to accomplish.
Currently the only way to view the tags is via a search for the tag,
example of current usage of tags
winget search android
Proposed technical implementation details (optional)
Add an additional Option to the
show
method/function (Not sure what to call it)winget show <Package Name> -tag
winget show <Package Name> -t
that is the first thing that comes to mind. It could list out the tags in a space separated list. (kind of how ls in linux list files.)
The text was updated successfully, but these errors were encountered: