Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Implement winget settings #316

Closed
fernandog opened this issue Oct 21, 2022 · 4 comments
Closed

[FEATURE REQUEST] Implement winget settings #316

fernandog opened this issue Oct 21, 2022 · 4 comments
Labels
needs-further-study new-feature A new feature that could be useful in WingetUI

Comments

@fernandog
Copy link

Implement the winget settings command. I image feature with a screen with some checkboxes that creates the setting in the JSON file

For example:

"installBehavior": {
    "preferences": {
        "scope": "user"
    }
},

I would be a checkbox "user" or "machine"

The settings command of the winget tool allows you to customize your Windows Package Manager client experience. You can change defaults and try out experimental features that are enabled in your client. The settings command will launch your default text editor.

https://learn.microsoft.com/en-us/windows/package-manager/winget/settings

What do you think @martinet101 ?

@marticliment
Copy link
Owner

Yes, the scope thing is a thing i have ain mind, but i thought doing it through command-line so it can be easily changing without need to modify settings.json, and it could actually help with scoop global apps

@marticliment marticliment added new-feature A new feature that could be useful in WingetUI needs-further-study labels Oct 21, 2022
@ppvnf
Copy link
Contributor

ppvnf commented Oct 28, 2022

I believe this is related to
#123
#140
#81
#206
#142

@ppvnf
Copy link
Contributor

ppvnf commented Apr 20, 2023

Was this fixed with 6ed9bab?

@marticliment
Copy link
Owner

Yes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-further-study new-feature A new feature that could be useful in WingetUI
Projects
None yet
Development

No branches or pull requests

3 participants