pretty-bytes-cli
Byte converter
Converts bytes to a human-readable string representation.
Convert bytes to a human readable string: 1337 → 1.34 kB
68 stars
8 watching
4 forks
Language: JavaScript
last commit: over 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/pretty-bytes | Converts bytes to human-readable strings | 1,113 |
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/into-stream | Converts various input types into readable streams. | 207 |
sindresorhus/observable-to-promise | Converts an Observable to a Promise for asynchronous data handling | 47 |
sindresorhus/string-width | Calculates the visual width of a string based on its Unicode characters and formatting options | 479 |
sindresorhus/random-bytes-readable-stream | Creates a stream producing cryptographically strong pseudo-random data | 76 |
sindresorhus/string-length | Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 162 |
juancarlospaco/nim-bytes2human | Converts integer bytes to human-readable units of measurement | 12 |
thomaslevesque/humanbytes | Converts byte sizes to human-readable forms | 32 |
visionmedia/bytes.js | Utility to convert between human-readable byte units and numerical bytes values | 461 |
sindresorhus/transliterate | Converts Unicode characters to Latin characters using transliteration | 288 |
sindresorhus/filenamify | Converts a string to a valid filename by replacing reserved characters and truncating long names. | 489 |