awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nspragg avatar

nspragg/filehound

0
View on GitHub↗
222 stele·16 fork-uri·JavaScript·MIT·2 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru nspragg/filehoundGraficul istoricului de stele pentru nspragg/filehound

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Filehound

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Filehound.
  • isaacs/node-graceful-fsAvatar isaacs

    isaacs/node-graceful-fs

    1,302Vezi pe GitHub↗

    fs with incremental backoff on EMFILE

    JavaScript
    Vezi pe GitHub↗1,302
  • isaacs/rimrafAvatar isaacs

    isaacs/rimraf

    5,846Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,846
  • bevry/istextorbinaryAvatar bevry

    bevry/istextorbinary

    157Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗157
  • jprichardson/node-fs-extraAvatar jprichardson

    jprichardson/node-fs-extra

    9,610Vezi pe GitHub↗

    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
    Vezi pe GitHub↗9,610
Vezi toate cele 30 alternative pentru Filehound→

Întrebări frecvente

Ce face nspragg/filehound?

Flexible and fluent interface for searching the file system

Care sunt principalele funcționalități ale nspragg/filehound?

Principalele funcționalități ale nspragg/filehound sunt: File System Utilities, Filesystem Utilities.

Care sunt câteva alternative open-source pentru nspragg/filehound?

Alternativele open-source pentru nspragg/filehound includ: 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.