Hacker News new | ask | show | jobs
by mmmeff 1250 days ago
Awesome to see workspaces get some love, but kinda odd they shipped it without support for globs. Guess I'll keep waiting to try it out on my projects.
1 comments

We'll add glob support in v0.6. We didn't include it because we need to implement a glob matcher in native code and we needed to descope some stuff because it was already a little more than 3 weeks since the last release
You might be interested in @devongovett's `glob_match` library (written in Rust): https://github.com/devongovett/glob-match