Skip to content
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

Support for compressed folder/files. #1

Open
ChiNoel-osu opened this issue Dec 3, 2022 · 0 comments
Open

Support for compressed folder/files. #1

ChiNoel-osu opened this issue Dec 3, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ChiNoel-osu
Copy link
Owner

I plan to use 7z CLI version on this (or SharpZipLib but I want 7z support) but having to extract files everytime might be slow. I could use the following code:
.\7z.exe e .\SevenZip.7z -y -r 1.jpg
But I don't bloody know if the first fie is 1.jpg or 01.jpg or some random file that would break everything.
So unless I come up with some caching method and file detecton things, this feature will be at low-priority.
.\7z.exe l .\SevenZip.7z ←This lists contents of the compressed file.

@ChiNoel-osu ChiNoel-osu added enhancement New feature or request help wanted Extra attention is needed labels Dec 3, 2022
@ChiNoel-osu ChiNoel-osu self-assigned this Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant