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
·
bevry avatar

bevry/istextorbinary

0
View on GitHub↗
157 stars·18 forks·TypeScript·8 views

Istextorbinary

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

Features

  • File System Utilities - Checks if a file is text or binary.
  • Filesystem Utilities - Check if a file is text or binary content.

Star history

Star history chart for bevry/istextorbinaryStar history chart for bevry/istextorbinary

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 Istextorbinary

Similar open-source projects, ranked by how many features they share with Istextorbinary.
  • isaacs/rimrafisaacs avatar

    isaacs/rimraf

    5,846View on 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
    View on GitHub↗5,846
  • jprichardson/node-fs-extrajprichardson avatar

    jprichardson/node-fs-extra

    9,610View on 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
    View on GitHub↗9,610
  • isaacs/node-graceful-fsisaacs avatar

    isaacs/node-graceful-fs

    1,302View on GitHub↗

    fs with incremental backoff on EMFILE

    JavaScript
    View on GitHub↗1,302
  • nspragg/filehoundnspragg avatar

    nspragg/filehound

    222View on GitHub↗

    Flexible and fluent interface for searching the file system

    JavaScript
    View on GitHub↗222
See all 30 alternatives to Istextorbinary→

Frequently asked questions

What does bevry/istextorbinary do?

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

What are the main features of bevry/istextorbinary?

The main features of bevry/istextorbinary are: File System Utilities, Filesystem Utilities.

What are some open-source alternatives to bevry/istextorbinary?

Open-source alternatives to bevry/istextorbinary include: 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… 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. isaacs/rimraf — rimraf is a Node.js recursive file deletion tool and cross-platform filesystem utility. It provides both a… nspragg/filehound — Flexible and fluent interface for searching the file system. sindresorhus/cpy — Copy files.