avfs is a program that allows read only access to compressed files ie 7z, bzip, zip and open them as folders.
I would also include a script like this one so that when you right click and open a file using that script it will make a symlink folder of the archive:
I haven't tested it but that should work fine.
What you get when you run that is if you're opening pdroms.7z at the root of the sd card you will get a read only folder named pdroms.7z.folder as a symlink of the contents at the root folder.
Hope to hear from the devs soon :3
I would also include a script like this one so that when you right click and open a file using that script it will make a symlink folder of the archive:
Code:
#!/bin/bash
mountavfs
ln -s ~/.avfs`pwd`%F\# ./%F.folder
I haven't tested it but that should work fine.
What you get when you run that is if you're opening pdroms.7z at the root of the sd card you will get a read only folder named pdroms.7z.folder as a symlink of the contents at the root folder.
Hope to hear from the devs soon :3