globbing

There are 45 repositories under globbing 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.8k23187166
  • mrmlnc/fast-glob

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

    Language:JavaScript2.6k16235112
  • sindresorhus/globby

    User-friendly glob matching

    Language:JavaScript2.5k23134130
  • terkelg/tiny-glob

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

    Language:JavaScript855114025
  • wild-wild-path

    ehmicky/wild-wild-path

    🤠 Object property paths with wildcards and regexps 🌵

    Language:JavaScript7215114
  • 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:JavaScript224113662
  • begin/globbing

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

  • busterc/xcv

    :scissors: Cut, Copy and Paste files with Bash

    Language:Shell147458
  • 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:JavaScript9672020
  • 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
  • becheran/wildmatch

    Simple string matching with single- and multiple-wildcard operator

    Language:Rust7821015
  • vegardit/haxe-strings

    A haxelib for consistent cross-platform UTF-8 string manipulation.

    Language:Haxe768818
  • terkelg/globrex

    Glob to regular expression with support for extended globs.

    Language:JavaScript70464
  • mganss/Glob.cs

    Path globbing for .NET

    Language:C#615412
  • kevva/dir-glob

    Convert directories to glob compatible strings

    Language:JavaScript4441110
  • wild-wild-utils

    ehmicky/wild-wild-utils

    🤠 Functional utilities using object property paths with wildcards and regexps 🌵

    Language:JavaScript37602
  • micromatch/extglob

    Extended globs. Add (almost) the expressive power of regular expressions to glob patterns.

    Language:JavaScript327611
  • micromatch/expand-brackets

    Expand POSIX bracket expressions (character classes) in glob patterns.

    Language:JavaScript2710210
  • micromatch/parse-glob

    Parse a glob pattern into an object of path parts.

    Language:JavaScript25628
  • micromatch/is-extglob

    Returns true if a string has an extglob

    Language:JavaScript22425
  • Robert-van-Engelen/FastGlobbing

    Faster and safer algorithms for string matching with wildcards, globs, and gitignore-style globs

    Language:C16212
  • wild-wild-parser

    ehmicky/wild-wild-parser

    🤠 Parser for object property paths with wildcards and regexps 🌵

    Language:JavaScript1331
  • suprematic/globus

    Bash-like globbing patterns for Clojure(Script).

    Language:Clojure13501
  • terkelg/globalyzer

    Detect and extract the static part of a glob string.

    Language:JavaScript10312
  • chocolateboy/get-wild

    Extract nested properties from an object with support for wildcards

    Language:JavaScript7301
  • IEvangelist/pathological.globbing

    .NET globbing library—built atop Microsoft.Extensions.FileSystemGlobbing.

    Language:C#7211
  • becheran/wildmatch-go

    Simple string matching with questionmark- and star-wildcard operator

    Language:Go6220
  • karenpayneoregon/various-helpers

    Helper code for various task

    Language:C#411
  • micromatch/.github

    Default files for the .github directory of all micromatch projects.

  • rameel/ramstack.fileproviders

    A lightweight .NET library of useful and convenient extensions for Microsoft.Extensions.FileProviders

    Language:C#40
  • shinnn/node-read-glob

    Search files with glob pattern and read them asynchronously

    Language:JavaScript4121
  • busterc/mvy

    :file_folder: mvy = mkdirp + mv // a cli for moving to a new directory

    Language:JavaScript331
  • gopherlib/simple-glob

    Simple Glob. Only `*` is supported as a wildcard to match any string other than a delimiter.

    Language:Go3100
  • rameel/ramstack.globbing

    Fast and zero-allocation .NET globbing library for matching file paths using glob patterns

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