More setup for Files.

This commit is contained in:
Caleb Gardner
2020-11-25 13:57:38 -06:00
parent 9beca864c3
commit 77222f55f5
2 changed files with 45 additions and 14 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree
# Not Working (Yet). Not necessarily in order.
* Rename repo so it's easier to import
* Provide an easy interface to find and list files and their properties
* Maybe squashfs.File
* Make device, socket, symlink, and all extended types of inode work properly. (I need to find an archive that uses it first.)
* Extracting files
* from inodes.
* from file info.
@@ -41,4 +41,4 @@ Thanks also to [distri's squashfs library](https://github.com/distr1/distri/tree
# Where I'm at
* v0.1 is the first working version!
* Working on the File interface that should make it easier to deal with squashfs files. I'm also trying to make them capable for when I get squashing working.