All Projects → mattn → Go Zglob

mattn / Go Zglob

Licence: mit

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Go Zglob

Glob
Go glob
Stars: ✭ 670 (+340.79%)
Mutual labels:  glob
Less Plugin Glob
Globbing support for LESS
Stars: ✭ 70 (-53.95%)
Mutual labels:  glob
Globby
User-friendly glob matching
Stars: ✭ 1,864 (+1126.32%)
Mutual labels:  glob
Fdir
⚡ The fastest directory crawler & globbing library for NodeJS. Crawls 1m files in < 1s
Stars: ✭ 777 (+411.18%)
Mutual labels:  glob
Is Glob
If you use globs, this will make your code faster. Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience. 55+ million downloads.
Stars: ✭ 63 (-58.55%)
Mutual labels:  glob
Nanomatch
Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but without support for extended globs (extglobs), posix brackets or braces, and with complete Bash 4.3 wildcard support: ("*", "**", and "?").
Stars: ✭ 79 (-48.03%)
Mutual labels:  glob
Picomatch
Blazing fast and accurate glob matcher written JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
Stars: ✭ 393 (+158.55%)
Mutual labels:  glob
Glob
A C# Glob library for .NET and .NET Core.
Stars: ✭ 142 (-6.58%)
Mutual labels:  glob
Fast Glob
🚀 It's a very fast and efficient glob library for Node.js
Stars: ✭ 1,150 (+656.58%)
Mutual labels:  glob
Rollup Plugin Copy
Copy files and folders using Rollup
Stars: ✭ 128 (-15.79%)
Mutual labels:  glob
Is Extglob
Returns true if a string has an extglob
Stars: ✭ 19 (-87.5%)
Mutual labels:  glob
Run When
Run tasks based on "Git diff" changes 🏃 ➕ ➖
Stars: ✭ 63 (-58.55%)
Mutual labels:  glob
Globbing
Introduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.
Stars: ✭ 86 (-43.42%)
Mutual labels:  glob
Tiny Glob
Super tiny and ~350% faster alternative to node-glob
Stars: ✭ 710 (+367.11%)
Mutual labels:  glob
Braces
Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has more complete support for Bash 4.3.
Stars: ✭ 133 (-12.5%)
Mutual labels:  glob
Cpx
A cli tool to watch and copy file globs.
Stars: ✭ 394 (+159.21%)
Mutual labels:  glob
Glob
Glob for C++17
Stars: ✭ 74 (-51.32%)
Mutual labels:  glob
Xcv
✂️ Cut, Copy and Paste files with Bash
Stars: ✭ 144 (-5.26%)
Mutual labels:  glob
Micromatch
Contributing Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. Please read the contributing guide for advice on opening issues, pull requests, and coding standards.
Stars: ✭ 1,979 (+1201.97%)
Mutual labels:  glob
Findup Sync
Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
Stars: ✭ 94 (-38.16%)
Mutual labels:  glob

go-zglob

Build Status

zglob

Usage

matches, err := zglob.Glob(`./foo/b*/**/z*.txt`)

Installation

$ go get github.com/mattn/go-zglob

License

MIT

Author

Yasuhiro Matsumoto (a.k.a mattn)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].