Replies: 2 comments 3 replies
-
Force killing of apps has not been implemented yet (for stability reasons), but there's a config value: Scoop/libexec/scoop-config.ps1 Lines 98 to 101 in 92b71c6 |
Beta Was this translation helpful? Give feedback.
-
Yes, the "problem" (it is just an inconvenience, really) is that I have about 20 or 30 programs installed with scoop and update from time to time. It means that there are screens and screens of output and I am hunting for the red areas to find out which program failed. My typical process is to update everything, and then update again, wait for the list to appear, abort the update, kill the ones that are listed (these are the ones that could not be updated because they were running), and finally update again. If there was a way to see it beforehand it would be easier, and if the output is scriptable then all of this could be done in one command. But again, this is a minor inconvenience, your software is fantastic :) |
Beta Was this translation helpful? Give feedback.
-
When running a
scoop update *
I have failures on open/running/locked applications - which is understandable.It is really painful to scroll the logs to find out which ones failed, to shut them, and restart
scoop update *
.It would be wonderful to have a
--kill
switch that would forcefully kill running applications (I do no tknow how this works in Windows, in Unix it would be an attempt to "gracefully" stop a process, and then a forced kill afterwards).This means that some applications could be killed in a unclean way, while you are using them, ... - but hey, you typed
--kill
knowing you want it. Maybe a confirmation prompt could help here (with the ability to do a--kill-no-prompt
).Beta Was this translation helpful? Give feedback.
All reactions