chocolatey / chocolatey/ChocolateyGUI
Allow multiple installed packages action
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 271
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 1
Description
[Feature proposal]
Similarly to #12 , it would be convenient to select multiple installed packages, right click, and issue a command for all of them. For instance, selecting packages A and B and selecting "Update" would result in `choco upgrade A B`.
(Of course, this might be nonsense to get "Details" for a multiple selection.)
Contributor guide
Research direction
Start by tracing how installed packages are selected and how existing single-package actions invoke Chocolatey commands. Implement multi-selection for applicable actions such as Update, while preserving or defining behavior for actions like Details; confirm that selecting packages A and B produces a command equivalent to `choco upgrade A B`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100