question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support glob patterns

See original GitHub issue
fs.copySync('./{foo,bar}.js', './tmp');
fs.copySync('./foo.*', './tmp');

It would be nice to implement these patterns

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:32
  • Comments:5

github_iconTop GitHub Comments

4reactions
ricardopolocommented, Jun 5, 2019

@RyanZim after three years from the last response, do you think maybe this is going to develop this year?

Thanks

3reactions
RyanZimcommented, Jan 30, 2020

Given the complexity of this, I’m going to close this out as wontfix.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Glob Pattern Support | Logstash Reference [8.5]
Logstash supports the following patterns wherever glob patterns are allowed: *: Match any file. You can also use an * to restrict other...
Read more >
glob (programming)
In computer programming, glob patterns specify sets of filenames with wildcard characters. ... "Supporting Wildcard Characters in Cmdlet Parameters".
Read more >
glob — Unix style pathname pattern expansion
The glob module finds all the pathnames matching a specified pattern ... This function can support paths relative to directory descriptors with the...
Read more >
Tips for writing glob patterns in DeepSource configuration
Glob patterns specify sets of filenames with wildcard characters. For example, the Unix Bash shell command rm -rf textfiles/*.txt removes (rm) ...
Read more >
Support glob patterns in the shell · Issue #22 · yarnpkg/berry
The shell should support a glob syntax (at least * and ** ). Describe the drawbacks of your solution. Writing a good globing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found