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

Question / Point for discussion #1112

Open
sparkhi opened this issue May 30, 2024 · 0 comments
Open

Question / Point for discussion #1112

sparkhi opened this issue May 30, 2024 · 0 comments

Comments

@sparkhi
Copy link
Collaborator

sparkhi commented May 30, 2024

This is a point for discussion rather than an issue, so comments are welcome.

Droid CLI has -Nx option ( -Nx zip) from the past and also a filter that can be applied -ff file_ext any zip which would analyse only the zip files.
Droid also has a -A option or -At option (-At zip) to analyse the contents of zip file.

These 2 options (filter and analyse) do not work together. e,g, If you have a folder which has a few different files and you wish to only analyse zip files and the contents, these 2 options together seem best bet on the face value, however the result does not show contents of the zip

c:\droid-binary>droid.bat -Nr C:\test-data\archives -At zip -Nx zip

FILE_PATH,PUID
C:\test-data\archives\samples.zip,x-fmt/263

So the questions are:
Should these 2 work together?
Is there a benefit? if not, should the use of these 2 options together tell the user what's going to happen
Is there some workaround present already to achieve a "filter by extension" and "analyse archive" together?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant