An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with glob-pattern

A curated list of projects in awesome lists tagged with glob-pattern .

https://github.com/micromatch/micromatch

Highly optimized wildcard and glob matching library. Faster, drop-in replacement to minimatch and multimatch. Used by square, webpack, babel core, yarn, jest, ract-native, taro, bulma, browser-sync, stylelint, nyc, ava, and many others! Follow micromatch's author: https://github.com/jonschlinkert

bash extended-glob extglob glob glob-matching glob-pattern globbing globby javascript matcher micromatch minimatch multimatch node node-glob regex regular-expression tidelift wildcard wildmat

Last synced: 12 May 2025

https://github.com/mrmlnc/fast-glob

:rocket: It's a very fast and efficient glob library for Node.js

filesystem find fs glob glob-pattern globbing node-glob patterns readdir scandir wildcard

Last synced: 12 May 2025

https://github.com/micromatch/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. Used by GraphQL, Jest, Astro, Snowpack, Storybook, bulma, Serverless, fdir, Netlify, AWS Amplify, Revogrid, rollup, routify, open-wc, imba, ava, docusaurus, fast-glob, globby, chokidar, anymatch, cloudflare/miniflare, pts, and more than 5 million projects! Please follow picomatch's author: https://github.com/jonschlinkert

fast-glob fdir find glob glob-pattern globber match matcher matching micromatch minimatch multimatch node-glob regex regexp regular-expression

Last synced: 09 Jan 2026

https://github.com/terkelg/tiny-glob

Super tiny and ~350% faster alternative to node-glob

expansion filesystem glob glob-pattern globbing pattern-matching patterns wildcard

Last synced: 14 May 2025

https://github.com/dazinator/dotnet.glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.

csharp glob glob-pattern globbing-library

Last synced: 15 May 2025

https://github.com/dazinator/DotNet.Glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.

csharp glob glob-pattern globbing-library

Last synced: 16 Mar 2025

https://github.com/micromatch/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.

brace-expansion brace-matching brace-patterns braces expansion glob glob-matcher glob-pattern globbing javascript minimatch multimatch node nodejs regular-expression tidelift

Last synced: 17 Dec 2025

https://github.com/alexst07/shell-plus-plus

A friendly and modern functional object oriented language for shell script.

command-line glob glob-pattern language programming-language scripting-language shell shell-script shellscript terminal

Last synced: 13 Apr 2025

https://github.com/begin/globbing

Introduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.

bash brace-expansion cheatsheet extended-globs extglob filename-expansion glob glob-matching glob-pattern globbing guide pattern regex regular-expression wildcard

Last synced: 13 Mar 2025

https://github.com/micromatch/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 "?").

bash glob glob-matching glob-pattern globbing globstar javascript match micromatch minimatch multimatch node node-glob nodejs pattern pattern-matching regular-expression star tidelift wildcard

Last synced: 12 Apr 2025

https://github.com/micromatch/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.

glob glob-pattern globbing javascript jonschlinkert match matching node node-glob nodejs regex regexp

Last synced: 12 Apr 2025

https://github.com/micromatch/glob-fs

file globbing for node.js. speedy and powerful alternative to node-glob. This library is experimental and does not work on windows!

files fs glob glob-pattern match micromatch minimatch multimatch node node-glob patterns

Last synced: 16 Dec 2025

https://github.com/standard/deglob

:open_file_folder: Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.

glob glob-pattern javascript nodejs patterns

Last synced: 12 Sep 2025

https://github.com/do-community/glob-tool

A tool to test globs against sets of test strings quickly and easily for the DigitalOcean Community.

digitalocean digitalocean-community-tools glob glob-matcher glob-matching glob-pattern globs globstar hacktoberfest minimatch

Last synced: 01 Mar 2026

https://github.com/mgechev/dots

Implements the wildcard file matching in Go used by golint, go test etc.

glob glob-pattern golint gotest wildcard

Last synced: 14 Apr 2025

https://github.com/jonschlinkert/matched

Glob matching with support for multiple patterns and negation. Use `~` in cwd to find files in user home, or `@` for global npm modules.

file-system files find fs glob glob-matching glob-pattern globby pattern search wildcard

Last synced: 14 Apr 2025

https://github.com/sagold/json-query

Query and transform your json data using an extended glob-pattern.

glob-pattern json json-pointer library npm-package query

Last synced: 15 Aug 2025

https://github.com/micromatch/is-valid-glob

Return true if a value is a valid glob pattern string, or array of glob patterns.

extglob-pattern filepath glob glob-pattern jonschlinkert node path paths vinyl vinyl-fs

Last synced: 27 Oct 2025

https://github.com/jonschlinkert/is-match

Create a matching function from a glob pattern, regex, string, array or function.

glob-pattern match test

Last synced: 07 Mar 2026

https://github.com/micromatch/to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

absolute glob glob-pattern pattern resolve

Last synced: 20 Jun 2025

https://github.com/js-devtools/globify

Run browserify and watchify with globs - even on Windows!

browserify cli cross-platform glob-pattern globs linux macos nodejs windows

Last synced: 09 Apr 2025

https://github.com/micromatch/has-glob

Returns `true` if an array has a glob pattern.

glob glob-pattern pattern

Last synced: 15 Mar 2025

https://github.com/alexst07/glob-cpp

Extended globbing in modern C++

cpp-library filesystem glob glob-pattern shell

Last synced: 15 Apr 2025

https://github.com/micromatch/is-negated-glob

Returns an object with a `negated` boolean and the `!` stripped from negation patterns. Also respects extglobs.

glob glob-pattern negation negation-patterns pattern

Last synced: 17 Jul 2025

https://github.com/shinnn/node-read-glob

Search files with glob pattern and read them asynchronously

asynchronous glob-pattern globbing javascript nodejs readfile

Last synced: 09 Apr 2025

https://github.com/orhun/parseit

A simple text file parsing library powered by regex and glob patterns

glob-pattern parser-library parsing regex rust text-file-parser text-parser

Last synced: 16 Apr 2025

https://github.com/sebastian-philipp/generate-globs

Generate glob expressions by example

glob-pattern globbing python

Last synced: 23 Apr 2025

https://github.com/ndom91/recheck-cli

⌨️ Regex Denial-of-Service Checker CLI

cli denial-of-service glob-pattern redos regex

Last synced: 20 Sep 2025

https://github.com/luftywiranda13/force-del-cli

Force delete files or folders using globs

cli cli-app del force force-del glob-pattern remove rimraf rm

Last synced: 08 Sep 2025

https://github.com/shinnn/unglobbable

A glob pattern that lets node-glob emit an error

cross-platform glob-pattern javascript nodejs test-fixtures

Last synced: 25 Aug 2025

https://github.com/redkenrok/node-planckmatch

Small and simple matching library using glob patterns.

glob-pattern match matching regular-expression

Last synced: 05 Apr 2025

https://github.com/danielbayley/matchup

Find the first path matching a glob pattern, walking up from a given directory.

config configuration filesystem find find-up fs glob glob-pattern node nodejs npm npm-module npm-package npmjs path pathfinding pattern-matching

Last synced: 30 Jun 2025

https://github.com/katzer/mruby-sftp-glob

SFTP::Dir#glob extension for mruby-sftp

fnmatcher glob-pattern mruby-gem sftp-client

Last synced: 23 Mar 2025

https://github.com/danielbayley/uproot

Reliable method to find the root path of your @git repo, @npm​/@pnpm package or app.

config configuration filesystem find find-up fs glob glob-pattern node nodejs npm npm-module npm-package npmjs path pathfinding pattern-matching root

Last synced: 06 Apr 2025

https://github.com/akashbabu/supervised-emitter

An event emitter library that supports middleware functionality which can be used to supervise the events flow

event event-emitter glob-pattern pub-sub react redux state-management wildcard

Last synced: 04 Sep 2025

https://github.com/gregpriday/gitignore-php

GitIgnore PHP is a lightweight PHP library that parses and manages .gitignore files with advanced glob patterns, brace expansion, and Symfony Finder integration.

brace-expansion gitignore glob-pattern php symfony-finder

Last synced: 13 Feb 2026

https://github.com/katzer/mruby-file-fnmatch

Path matching similar to shell filename globbing

fnmatcher glob-pattern mruby-gem

Last synced: 23 Mar 2025