[App argentum/ag] Indicating progress while downloading files
#8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When updating Halyde using argentum, it could take a while, so it would be nice to have a way to indicate the current progress while it's happening. This would make it possible to see how far it's close to the end.
For example:
There's some unused space inside of this red rectangle. This could be expanded a bit, to fit something like a percentage (e.g.
[69%]) or the number of the file (e.g.34/42).It would also be nice for this progress indicator to be customizable. If you are going to use a percentage, like in the example, then a config file could be like such:
Where
fileIdxis the index of the file,fileCountthe amount of files trying to get downloaded,startTimethe time where the download started, andfileNamethe name of the file that is getting downloaded.Putting the entire download text in charge of a config file will not only make it possible to customize the progress indicator, but also being able to customize the download text with it with something more advanced that the user can craft.
I really don't think this is needed. See, the largest RAID in OC would be 12 MiB in size. The average internet download speed is 101.37 Mbps, which is ~12.08 MiB per second. That means that if you were to download a file that would fill the largest RAID available in vanilla OC, it would only take 1 second.
I misunderstood what you meant and this feature will likely be implemented.
A progress bar has been implemented in Argentum v1.3.0. (
5f9995684c)