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

Implement fmf find #45

Open
psss opened this issue Jul 12, 2018 · 1 comment
Open

Implement fmf find #45

psss opened this issue Jul 12, 2018 · 1 comment

Comments

@psss
Copy link
Collaborator

psss commented Jul 12, 2018

As outlined in #43 it would be good to have an easy way to discover all metadata trees present under given directory on the filesystem. This would allow us to easily process them one-by-one. A new subcommand find should be added which will list root directories of all subtrees found. Additional options can be provided later to optionally list the metadata as well. Example output:

> cd /usr/share/doc/fmf-0.5/
> fmf find .

./examples/child
./examples/scatter
./examples/deep
./examples/touch
./examples/wget
./examples/merge
@jscotka
Copy link
Collaborator

jscotka commented Jul 13, 2018

@psss just note. I expect that this will be part of Tree API (I can imagine for example Class method) or utils, not just implemented it as part of CMD line tooling.
Or maybe it is good time to talk about these plugins. because #46 could be also solved as an plugin/extension to FMF

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

2 participants