pretty-bytes
Byte converter
Converts bytes to human-readable strings
Convert bytes to a human readable string: 1337 → 1.34 kB
1k stars
12 watching
82 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/pretty-bytes-cli | Converts bytes to a human-readable string representation. | 68 |
sindresorhus/pretty-ms | Converts milliseconds to a human-readable string in various formats and units. | 1,077 |
sindresorhus/pretty-time-zsh | Converts seconds to a human-readable string format | 69 |
sindresorhus/to-readable-stream | Converts a string or binary data into a stream for piping to other tools | 90 |
sindresorhus/to-milliseconds | Converts time units to milliseconds | 158 |
sindresorhus/string-length | Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 162 |
sindresorhus/string-width | Calculates the visual width of a string based on its Unicode characters and formatting options | 479 |
sindresorhus/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/random-bytes-readable-stream | Creates a stream producing cryptographically strong pseudo-random data | 76 |
sindresorhus/observable-to-promise | Converts an Observable to a Promise for asynchronous data handling | 47 |
juancarlospaco/nim-bytes2human | Converts integer bytes to human-readable units of measurement | 12 |
thomaslevesque/humanbytes | Converts byte sizes to human-readable forms | 32 |
zpm-zsh/pretty-time | Converts seconds into a human-readable format | 1 |
sindresorhus/transliterate | Converts Unicode characters to Latin characters using transliteration | 288 |
visionmedia/bytes.js | Utility to convert between human-readable byte units and numerical bytes values | 461 |