Make the CLI support "containers" of various kinds #188
alilleybrinker
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Right now, the
id
andfind
commands handle recursive directory structures, but do not introspect on any files which can rightly be considered "containers." This can include:.zip
files.tar
files.jar
filesIdeally, we could do so, but there are some key questions:
@dpp raised the second point specifically in today's OmniBOR Working Group meeting. We want to make sure we have a single way to do this across the tools and systems we produce, so that everything is cohesive.
Beta Was this translation helpful? Give feedback.
All reactions