logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Format Bytes - Convert to Human-Readable Format | Online Free DevTools by Hexmos

Format byte sizes into human-readable strings with pretty-bytes. Easily convert data sizes for clear representation. Free online tool, no registration required.

pretty-bytes

Convert bytes to a human-readable string. More information: https://github.com/sindresorhus/pretty-bytes-cli.

  • Convert numeric bytes value to a human-readable string:

pretty-bytes {{1337}}

  • Convert numeric bytes value from stdin to a human-readable string:

echo {{1337}} | pretty-bytes

  • Display help:

pretty-bytes --help

See Also