-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature] Display app's installation size in scoop info
#4840
Comments
Cool idea! We can hide this behind the verbosity flag. Would you like to work on it? |
Yes I'd like to have a go at least! Any reason why it might go behind the |
|
Can you add the size of "package" as well? It will help user determine whether they have enough bandwith (or data plan) to download it. |
That would be a great feature! So, if the package is installed it should show how large it is, but if uninstalled it should send a HEAD request to try to determine the download size (suggested here). Ideally we could have a |
IMO |
Nice! |
@Rafeqm you can now get either an app's installation size (if installed) or its download/package size (if not installed yet) by using |
Wow thanks very much 🎉🎉🎉! I updated scoop and now this long-awaited feature comes saving my bandwidth. |
Feature Request
Is your feature request related to a problem? Please describe.
I would like to be able to quickly find out how much space a currently installed application is taking on my computer while I am looking at the app's info in
scoop info
. Especially useful if I've just run out of space and want to check if I really need a certain app.Describe the solution you'd like
When running
scoop info
another line would display the app's current size including all versions and any cached downloads. Something like the following:This would be useful for working out whether an app is worth keeping on smaller hard drives and might remind users to clean their cache.
However the drawback might be a slightly slower output for this command on all types of drives but especially HDDs. Probably negligible for most drives as it's just checking the size of two folders (app folder & cached items).
Describe alternatives you've considered
The user could always navigate to the app directory in File Explorer or run WizTree or a similar program but that would require multiple extra steps/programs. This could be good for staying in the terminal while installing/uninstalling old programs and running out of space for example.
The text was updated successfully, but these errors were encountered: