plougher / squashfs-tools

tools to create and extract Squashfs filesystems
GNU General Public License v2.0
764 stars 195 forks source link

[`unsquashfs`] [Feature request] Allow using wildcards while following symlinks #286

Open KaKi87 opened 1 month ago

KaKi87 commented 1 month ago

Hi,

A common use case for AppImage files is extracting desktop and icon files which names are unknown and might be symlinks.

Being able to run the following would therefore be very useful :

unsquashfs -q -L -li -o <offset> <file> *.desktop *.png

Thanks