-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Description of the new feature/enhancement
I was expecting to have a command that would open the homepage of the manifest without having to use copy paste within the command window itself.
Current Process I have to employ
exploring winget's : List of available manifests via
winget show
The above command lists all the manifests.
looking through the manifests some may interest me and I run
winget show <app.mainfest>
This outputs the data of the manifest in a human readable form.
Its at this point i have to Select the URL of the homepage and copy paste it into my browser.
I was expecting to find an option to open the Homepage URL via the command line.
Proposed technical implementation details (optional)
I was epxecting to be able to type something like
winget homepage <app.manifest>
Expected Functions of this command.
- This command would [if homepage or other URL, is found in the manifest] take the url and open the url in the user's/systems default browser.
- If the homepage is not present in the manifest the output would notify the user the URL was not found in the manifest.
Example: Scoop home would open the app's homepage listed in the manifest allowing for exploration.
Additional Consideration
I would also consider making at least one informatic URL (be it license[licenseURL], privacy policy[not found in manifest], or homepage url[Homepage]) required in the minimum required.