-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create Command Line Interface #1
Comments
Now with
|
This you wanted me to implement, right? And:
How's the status of this? Evaluating if the remaining tasks here should get their own issues and this issue be closed. |
I couldn't implement this with our current way of storing list of files in RAM. I suggested you to store them in tree rather that list, you declined
Didn't event thought starting this |
Regarding tree structure: But the PackedMetaData and ScrapPackedFile classes should stay representing how the packed fileformat is structured. I might do this myself at some point … but it's not important … Regarding multipart archive files |
I have a question about multipart containers. What if I want to check what is on one specific packed file. Let's say ScrapPackedExplorerCli data01.packed list # Will search for all dataXX.packed files and combine them
ScrapPackedExplorerCli data01.packed list --single # Will open only data01.packed Or opt-out? ScrapPackedExplorerCli data01.packed list # Will open only data01.packed
ScrapPackedExplorerCli data01.packed list --multipart # Will search for all dataXX.packed files and combine them |
You can mark it as done scine we have |
I'd say on the first part default behaviour is consodering all files except when disabled by argument. Btw, do you know? Is there any marker in the files that they are multipart or is it just the names? (regarding the packed files in remaster) |
Isn't that only for searching filenames? (currently not on PC to check) |
Do you want to search by content too? |
is already done and ticked off … And there's a reasone there's a "(maybe)" in
😄 |
Oh. I thought that this is search by content (of the packed file) |
To my knowledge - no. And to my lesser knowledge - this is how multipart archives (rar, zip, gz) works. |
Things to do for the Command Line Interface
The text was updated successfully, but these errors were encountered: