-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add Info screen on terminal when updating any installed package #1106
Comments
that would be very hard to implement because all the scripts do is parse github to get the latest version and then update. We would need to figure out of the size of the package before updating, and not to mention this will be different for other sites. |
This is an interesting issue. I also find it annoying to have to go and see the download status in the app folder directly, to be honest. I've been wanting to do something APT or PacMan-style for a long time, regarding updates... but that would require some additional scripting tool that I don't know about. Currently, it is possible to simply "unsilence" the scripts during the download process... but since the updates happen "in parallel", the information would end up crossing each other, creating confusion. I need to find a way to create a "fixed" screen where each process continues to run, before continuing the entire update process. I would like to see the list of updateable programs, and all the progress bars that are going on, and only at the end of all the updates, continue the general update process. Like APT and Pacman do. Is there a solution that does this? |
@Premjit-Developer is this what you are looking for? simplescreenrecorder-2024-11-13_00.46.46.mkv.mp4It's completely doable, but I'd like to provide a better interface... if I find one. |
What about using |
Well, fancy progress bars in pure |
Yes, And also If a user cancels the update, the partially updated program remains in the temp folder. To ensure consistency, the temp folder should be cleared when rechecking for updates. |
this is already covered by this function
this runs also when
this function is also a part of |
In this example I removed the three This is what is happened, with parallel updates simplescreenrecorder-2024-11-17_02.52.09.mkv.mp4 |
in brief, what you are asking for can be already done... but without the parallel updates |
The two functions involved for the previous video were these
changed like this
|
the command to run the AM-updater script is |
and this is the function responfile of running the above function in parallel for all apps installed
|
Is your feature request related to a problem? Please describe.
When updating any installed package it's really difficult to understand how much data is required to update the package or how much data left to update that package.
Describe the solution you'd like
Write here
Describe alternatives you've considered
Write here
The text was updated successfully, but these errors were encountered: