v1cont / yad

Yet Another Dialog
GNU General Public License v3.0
687 stars 57 forks source link

How to make progress bar with 7z ? #46

Open liberodark opened 5 years ago

liberodark commented 5 years ago

Hi,

Have try to use 7z and progress bar but not work. ./7za x archive.7z -bso0 -bsp1 | sed -e 's/%/\n/g'

The test is ./7za x archive.7z -bso0 -bsp1 | sed -e 's/%/\n/g' | ./yad.x86_64 --progress --center --text="Extracting..." --button=gtk-cancel --auto-kill --auto-close

Best Regards