microsoft / winget-cli

WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
https://learn.microsoft.com/windows/package-manager/
MIT License
22.95k stars 1.43k forks source link

Add package categories or tags #1237

Open SlimRG opened 3 years ago

SlimRG commented 3 years ago

Today we can only download list of all apps or list of installed apps. But, we can't navigate in it. Can you add categories or tags; For example:

denelon commented 3 years ago

@SlimRG we're discussing categories and sub-categories. Tags are already supported.

SlimRG commented 3 years ago

H

@SlimRG we're discussing categories and sub-categories. Tags are already supported.

How can I use tags?

denelon commented 3 years ago

Tags are part of the schema. A description is available on the defaultLocale information. Essentially it's an array of "short" phrases one might use when searching for a package. Several manifests already use them. You can search for examples in existing manifests.

We're looking to have an enumerated list of values for categories and subcategories. There are concerns about having an open ended list of categories and subcategories.