awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
M

mrmlnc/fast-glob

0
View on GitHub↗
0 stars·0 forks·7 views

Fast Glob

This package provides methods for traversing the file system and returning pathnames that matched a defined set of a specified pattern according to the rules used by the Unix Bash shell with some simplifications, meanwhile results are returned in arbitrary order. Quick, simple, effective.

Features

  • File System Utilities - High-performance glob library.

Star history

Star history chart for mrmlnc/fast-globStar history chart for mrmlnc/fast-glob

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Fast Glob

Similar open-source projects, ranked by how many features they share with Fast Glob.
  • avianflu/ncpAvianFlu avatar

    AvianFlu/ncp

    683View on GitHub↗

    Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically.

    JavaScript
    View on GitHub↗683
  • avoidwork/filesize.jsavoidwork avatar

    avoidwork/filesize.js

    1,706View on GitHub↗

    A lightweight, high-performance file size utility that converts bytes to human-readable strings. Zero dependencies. 100% test coverage.

    JavaScript
    View on GitHub↗1,706
  • bevry/istextorbinarybevry avatar

    bevry/istextorbinary

    157View on GitHub↗

    Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions.

    TypeScript
    View on GitHub↗157
  • andyogo/node-sync-globAndyOGo avatar

    AndyOGo/node-sync-glob

    19View on GitHub↗

    Synchronize files and folders locally by glob patterns, watch option included.

    JavaScript
    View on GitHub↗19
See all 30 alternatives to Fast Glob→

Frequently asked questions

What does mrmlnc/fast-glob do?

This package provides methods for traversing the file system and returning pathnames that matched a defined set of a specified pattern according to the rules used by the Unix Bash shell with some simplifications, meanwhile results are returned in arbitrary order. Quick, simple, effective.

What are the main features of mrmlnc/fast-glob?

The main features of mrmlnc/fast-glob are: File System Utilities.

What are some open-source alternatives to mrmlnc/fast-glob?

Open-source alternatives to mrmlnc/fast-glob include: avianflu/ncp — Think cp -r, but pure node, and asynchronous. ncp can be used both as a CLI tool and programmatically. avoidwork/filesize.js — A lightweight, high-performance file size utility that converts bytes to human-readable strings. Zero dependencies.… bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. bruce/node-temp — Temporary files, directories, and streams for Node.js. calvinmetcalf/copyfiles — copyfiles. andyogo/node-sync-glob — Synchronize files and folders locally by glob patterns, watch option included.