Support path glob
See original GitHub issueHey there,
would be nice if the $include
could handle a glob value.
Maybe like .gitignore
, where you can set something like:
**/*.yaml
**/foo.yaml
Which would checkout the following example paths:
src/foo/bar/baz.yaml
src/foo/bar.yaml
src/foo.yaml
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (2 by maintainers)
Top Results From Across the Web
glob — Unix style pathname pattern expansion ... - Python Docs
This function can support paths relative to directory descriptors with the dir_fd parameter. If recursive is true, the pattern “ ** ” will...
Read more >How to use Glob() function to find files recursively in Python?
iglob() directly from glob module to retrieve paths recursively from inside the directories/files and subdirectories/subfiles. Syntax: glob.glob ...
Read more >Support glob paths · Issue #17 · fsspec/filesystem_spec - GitHub
Several methods should be able to automatically support paths containing "*" (or lists or paths?), e.g., get/put, delete, copy and move.
Read more >Glob Pattern Support | Logstash Reference [8.5] - Elastic
Here are some common examples of glob patterns: "/path/to/*.conf": Matches config files ending in .conf in the specified path.
Read more >glob() — Generate path names matching a pattern - IBM
The glob() function is a path name generator that implements the rules defined ... Version 2 , with optional support for rule 3...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@boesing @arvind-agarwal version 0.2.0 supports the Glob but is still under development could go online in March. Thank you for your patience.
As we already found a workaround, I’ll close this one. Thanks for your efforts.