-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
Description
Version
main (1d540f5)
Description
It seems ouch decompresses multiple files simultaneously if it receives multiple archive. And console output does not seem to be properly synchronized.
ouch d *.zip
Current Behavior
[INFO] ".tmprodOHc/xxx/720p/00055.ts" extracted. (763.93KiB)
[INFO] [INFO] [INFO] ".tmpzEX0FK/yyy/360p/00078.ts" extracted. (258.50KiB)
[INFO] ".tmpUxTc0M/zzz/1080p/00196.ts" extracted. (1.75MiB)
".tmpec6lgY/www/720p/00170.ts" extracted. (353.42KiB)
[INFO] ".tmpRayxtP/vvv/1080p/00016.ts" extracted. (1.63MiB)
".tmpl2XqzX/uuu/360p/00023.ts" extracted. (284.94KiB)
[INFO] ".tmp6QNijC/ttt/1080p/00266.ts" extracted. (1.83MiB)
[INFO] ".tmpzEX0FK/yyy/360p/00079.ts" extracted. (265.84KiB)
Expected Behavior
[INFO] ".tmprodOHc/xxx/720p/00055.ts" extracted. (763.93KiB)
[INFO] ".tmpzEX0FK/yyy/360p/00078.ts" extracted. (258.50KiB)
[INFO] ".tmpUxTc0M/zzz/1080p/00196.ts" extracted. (1.75MiB)
[INFO] ".tmpec6lgY/www/720p/00170.ts" extracted. (353.42KiB)
[INFO] ".tmpRayxtP/vvv/1080p/00016.ts" extracted. (1.63MiB)
[INFO] ".tmpl2XqzX/uuu/360p/00023.ts" extracted. (284.94KiB)
[INFO] ".tmp6QNijC/ttt/1080p/00266.ts" extracted. (1.83MiB)
[INFO] ".tmpzEX0FK/yyy/360p/00079.ts" extracted. (265.84KiB)
Additional Information
No response
figsoda and marcospb19