You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@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
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:The text was updated successfully, but these errors were encountered: