Top
Best
New

Posted by neogoose 2 hours ago

Zlob.h 100% POSIX and glibc compatible globbing lib that is faste and better(github.com)
6 points | 3 comments
oguz-ismail2 14 minutes ago|
Since when `{...}' syntax is a glob pattern? What does `{a,b}/c' produce when there is no directory named `a'?
neogoose 2 hours ago|
100% POSIX and glibc compatible globbing library for C, Zig, and Rust that is faster and supports all the modern globbing formats (more than libc and rust glob crate)

It supports all the formats like * and {a,b} expansion as long as have a very efficient syscall and SIMD optimization for faster processing

gary_0 27 minutes ago|
Thanks for sharing. Just curious, is there any way to perform globbing over a list of path-like strings instead of only directly on the filesystem?