awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nspragg avatar

nspragg/filehound

0
View on GitHub↗
222 स्टार्स·16 फोर्क्स·JavaScript·MIT·9 व्यूज़

Filehound

Flexible and fluent interface for searching the file system

Features

  • File System Utilities - Fluent file system search interface.
  • Filesystem Utilities - Fluent interface for searching the filesystem.

स्टार हिस्ट्री

nspragg/filehound के लिए स्टार हिस्ट्री चार्टnspragg/filehound के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Filehound के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Filehound के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • isaacs/node-graceful-fsisaacs का अवतार

    isaacs/node-graceful-fs

    1,302GitHub पर देखें↗

    fs with incremental backoff on EMFILE

    JavaScript
    GitHub पर देखें↗1,302
  • isaacs/rimrafisaacs का अवतार

    isaacs/rimraf

    5,846GitHub पर देखें↗

    rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a programmatic library and a command-line interface for removing files and directories and all of their contained contents across different operating systems. The utility supports glob-based file deletion, allowing the removal of items that match specific wildcard patterns rather than just literal paths. It also includes the ability to abort deletion processes mid-execution and apply custom predicate-based filtering to exclude specific files or folders. The project covers broad filesystem

    TypeScript
    GitHub पर देखें↗5,846
  • bevry/istextorbinarybevry का अवतार

    bevry/istextorbinary

    157GitHub पर देखें↗

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

    TypeScript
    GitHub पर देखें↗157
  • jprichardson/node-fs-extrajprichardson का अवतार

    jprichardson/node-fs-extra

    9,610GitHub पर देखें↗

    node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and directory operations. It functions as a recursive directory manager, a JSON file processor, and a file asset manipulator, extending the standard library to provide high-level utilities for managing assets on disk. The project distinguishes itself through recursive capabilities, such as duplicating or removing nested folder structures and ensuring that all missing parent directories are automatically generated when creating files or symbolic links. It also integrates a JSON se

    JavaScriptcopydeletefilesystem
    GitHub पर देखें↗9,610
Filehound के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

nspragg/filehound क्या करता है?

Flexible and fluent interface for searching the file system

nspragg/filehound की मुख्य विशेषताएं क्या हैं?

nspragg/filehound की मुख्य विशेषताएं हैं: File System Utilities, Filesystem Utilities।

nspragg/filehound के कुछ ओपन-सोर्स विकल्प क्या हैं?

nspragg/filehound के ओपन-सोर्स विकल्पों में शामिल हैं: isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… paulmillr/chokidar — Chokidar is a cross-platform file system monitoring library designed to provide a unified interface for tracking disk… isaacs/node-graceful-fs — fs with incremental backoff on EMFILE. bevry/istextorbinary — Determine if a filename and/or buffer is text or binary. Smarter detection than the other solutions. jprichardson/node-fs-extra — node-fs-extra is a Node.js file system extension that provides a set of additional methods to simplify common file and… sindresorhus/cpy — Copy files.