glob-pattern

There are 47 repositories under glob-pattern topic.

  • 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

    Language:JavaScript2.6k23181142
  • mrmlnc/fast-glob

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

    Language:JavaScript2.4k16227101
  • 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

    Language:JavaScript895135954
  • terkelg/tiny-glob

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

    Language:JavaScript843114033
  • 75lb/renamer

    Rename files in bulk.

    Language:JavaScript50955130
  • dazinator/DotNet.Glob

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

    Language:C#355117926
  • 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.

    Language:JavaScript193103032
  • alexst07/shell-plus-plus

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

    Language:C++1478710
  • begin/globbing

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

  • 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 "?").

    Language:JavaScript9372021
  • 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.

    Language:JavaScript91699
  • 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!

    Language:JavaScript56112617
  • 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`.

    Language:JavaScript39663
  • juancarlospaco/faster-than-walk

    Faster recursive directory walk on Python 3

    Language:Python34502
  • mgechev/dots

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

    Language:Go28513
  • do-community/glob-tool

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

    Language:Vue278114
  • 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.

    Language:JavaScript25382
  • micromatch/is-valid-glob

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

    Language:JavaScript25626
  • micromatch/parse-glob

    Parse a glob pattern into an object of path parts.

    Language:JavaScript25628
  • sagold/json-query

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

    Language:TypeScript22234
  • micromatch/is-extglob

    Returns true if a string has an extglob

    Language:JavaScript21425
  • jonschlinkert/is-match

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

    Language:JavaScript20335
  • micromatch/to-absolute-glob

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

    Language:JavaScript184911
  • globify

    JS-DevTools/globify

    Run browserify and watchify with globs - even on Windows!

    Language:JavaScript163126
  • micromatch/has-glob

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

    Language:JavaScript9401
  • alexst07/glob-cpp

    Extended globbing in modern C++

    Language:C++8312
  • micromatch/is-negated-glob

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

    Language:JavaScript8523
  • ArneBachmann/sos

    Subversion Offline Solution

    Language:Python522971
  • shinnn/node-read-glob

    Search files with glob pattern and read them asynchronously

    Language:JavaScript4121
  • SimplrJS/glob-uglifyjs

    Uglify JS files with glob pattern.

    Language:TypeScript4620
  • ndom91/recheck-cli

    ⌨️ Regex Denial-of-Service Checker CLI

    Language:JavaScript3301
  • orhun/parseit

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

    Language:Rust320
  • sebastian-philipp/generate-globs

    Generate glob expressions by example

    Language:Python3201
  • decal/strglob

    :fast_forward: Shared library that expands supplied globbing pattern syntax into multiple strings

    Language:C220
  • luftywiranda13/force-del

    Force delete files or folders using globs

    Language:JavaScript2250
  • luftywiranda13/force-del-cli

    Force delete files or folders using globs

    Language:JavaScript222