1
0
Fork
You've already forked globreeks
0
No description
  • Rust 100%
2023年09月21日 07:23:52 +02:00
src realization: no need to evaluate all patterns 2023年09月21日 07:21:22 +02:00
.gitignore initial 2023年08月25日 15:19:19 +02:00
Cargo.toml release 0.1.1 2023年09月21日 07:23:52 +02:00
LICENSE initial 2023年08月25日 15:19:19 +02:00
README.md also repositories 2023年08月27日 05:45:17 +02:00

globreeks

it's globset but more dutch, because I made it for use in electron_tasje. it tries to be the least broken globset. sorry, reeks.

glob order matters here. out of real examples, one can set the globs to !**/node_modules/**/build/** and then node_modules/@signalapp/better-sqlite3/build/Release/better_sqlite3.node, as to make an exception from the previously forbidden pattern.

it uses the glob implementation from ripgrep's globset (by BurntSushi). yes, it's the crate that holds a similar purpose to this one. however, it also includes the least broken rust implementation of a single glob.

mirrors:

copyright 2023 lauren n. liberda, if you must. usage allowed under the terms of Unlicense.