I'm writing my own script to download multiple items (simultaneously, one item per command) using wget
and I need a progress bar. I currently utilize zenity --progress
for my progress bars, but the problem is it spawns multiple progress bars when downloading.
What I want to achieve is something similar to the file transfer dialog in Nautilus:
Can anyone point me to the right direction as to which program(s) or language(s) that will achieve this.
NOTE: I only have basic knowledge of shell scripting, not much else.