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
sindresorhus avatar

sindresorhus/pretty-bytes

0
View on GitHub↗
1,300 stars·88 forks·JavaScript·MIT·6 views

Pretty Bytes

Convert bytes to a human readable string: 1337 → 1.34 kB

Features

  • Humanization Utilities - Convert bytes to human-readable strings.

Star history

Star history chart for sindresorhus/pretty-bytesStar history chart for sindresorhus/pretty-bytes

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 Pretty Bytes

Similar open-source projects, ranked by how many features they share with Pretty Bytes.
  • ariaminaei/pretty-errorAriaMinaei avatar

    AriaMinaei/pretty-error

    1,524View on GitHub↗

    See node.js errors with less clutter

    CoffeeScript
    View on GitHub↗1,524
  • sindresorhus/pretty-mssindresorhus avatar

    sindresorhus/pretty-ms

    1,208View on GitHub↗

    Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s

    JavaScript
    View on GitHub↗1,208
  • tjatse/node-readabilityTjatse avatar

    Tjatse/node-readability

    346View on GitHub↗

    Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English.

    JavaScript
    View on GitHub↗346
  • vercel/msvercel avatar

    vercel/ms

    5,536View on GitHub↗

    This is a JavaScript time conversion library designed to format millisecond integers as human-readable durations and parse unit-based strings back into total milliseconds. It serves as a utility for managing the transition between machine-readable durations and text representations. The library provides bidirectional mapping, allowing for the conversion of raw numbers to strings and the parsing of strings containing units like days, hours, and minutes back into numeric millisecond counts. It supports both abbreviated and full written-out time formats.

    TypeScript
    View on GitHub↗5,536

Frequently asked questions

What does sindresorhus/pretty-bytes do?

Convert bytes to a human readable string: 1337 → 1.34 kB

What are the main features of sindresorhus/pretty-bytes?

The main features of sindresorhus/pretty-bytes are: Humanization Utilities.

What are some open-source alternatives to sindresorhus/pretty-bytes?

Open-source alternatives to sindresorhus/pretty-bytes include: ariaminaei/pretty-error — See node.js errors with less clutter. sindresorhus/pretty-ms — Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`. tjatse/node-readability — Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English. vercel/ms — This is a JavaScript time conversion library designed to format millisecond integers as human-readable durations and…