-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to view files in the archive #192
Comments
Hi and thanks for your feedback! I guess that because DwarFS is primarily a file system rather than an archive format (although it seems that it's quite often used as such), this request has never really come up before. It'd be trivial to implement and I'll probably just do it if it's considered useful. However, there is a way to already do this, but it's a bit of a hack:
This uses libarchive's The output of
Yes, but there's no firm timeline. This has been a request for a long time already, see also #18. |
@adamantida, the next release will have a
|
Perhaps it will be useful. I want to say about the inconvenience of using --tool=dwarfsck in "universal" is too long and inconvenient, instead it is more convenient, in my opinion, to use short designations in the form of letters without "-", let's say there is dwarfsextract, the name speaks for itself, it is convenient to use as "./dwarfs x -i min.dwarfs -f mtree", as well as "./dwarfs x min.dwarfs -f mtree". This is more convenient and easier to use. |
I'm not a big fan of these single letter commands. I agree that
Can you elaborate? Without the WinFsp DLL in the PATH, running
will show a message in the terminal:
Whereas running
will show a pop-up dialog saying that Once I put the WinFsp DLL in the PATH, both tools work just fine. |
Indeed: PowerShell/PowerShell#16468 |
I've added a workaround for the power shell issue by using delayed loading also for |
Hello, I have questions about viewing files in archives using the dwarfs program. In zpaqfranz there is a command "l" for this, but in dwarfs there is no such command (at least it is not mentioned anywhere). However, when using dwarfsck -d 4 it appears to be able to view files, but the results look strange. Are there plans to add a special command to view archive files in dwarfs in the future? Also wondering if there will be support for archive versions similar to zpaqfranz in future dwarfs updates?
The text was updated successfully, but these errors were encountered: