A library for colorful and icon-enhanced terminal output
Unicode symbols with fallbacks for older terminals
An easy to use, extensible pretty-printer for rendering documents for the terminal
Fork of pretty-format with support for ESM
Detect whether a terminal supports hyperlinks
Beautiful text formatter for LogTape—perfect for local development
See nodejs errors with less clutter
Prettifier for Pino log lines
Detect whether the terminal supports Unicode
Stringify any JavaScript value.
An output formatter for markdownlint-cli2 that looks like markdownlint-cli2-formatter-default with color and clickable links
Syntax highlight JavaScript strings for output in terminals.
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Colored symbols for various log levels. Example: `✔︎ Success`
Get Pretty Quick
Pretty ESLint summary formatter
Run commands concurrently
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
for adding, subtracting, and indexing discontinuous ranges of numbers
Convert bytes to a human readable string: 1337 → 1.34 kB
process.hrtime() to words
<h1 align="center"> <img alt="" width="75" src="https://github.com/cucumber.png"/> <br> pretty-formatter </h1> <p align="center"> <b>Rich formatting of Cucumber progress and results for the terminal</b> </p>
TypeScript definitions for pretty-hrtime
Using awesome_print gem, pretty-print JSON in terminal.
pipe to pretty print json utility
Pretty print cURL responses in your terminal.
accents ruby's native String class, with methods such as blue,green,bold,italic. to provide colored and styled terminal output
This adds `PP.pphtml` and `Kernel.pphtml` functions so that you can easily inspect HTML strings in your terminal. It merges functionality from CodeRay and HTMLBeautifier to provide a delightful terminal session. This is little helper tool that I usually wish I had quick access to.
Run your complex hashes and arrays through this gem to see a pretty output of it in your terminal.
Draw pretty pictures in your terminal with ease
clispell provides an easy-to-use CLI that harnesses ASpell the Oxford Advanced Learner's Dictionary and delivers pretty word info FAST right to your terminal
rubycliweather provides an easy-to-use CLI that harnesses the Wunderground XML API and delivers pretty forecasts FAST right to your terminal
Pretty stats for rack-based web apps in your terminal.
Purdytest extends minitest with pretty colors. Simply require minitest, then require purdytest, and you have colorific output on your terminal! For colorized diff output, make sure you have `colordiff` installed.
Sometimes you mess your Rails application Unix permissions and get some annoying errors with git. This gem runs a simple shell script to fix that. Granting 755 permissions to folders and 644 to files, it also ensures that some special files inside the 'bin/' will recive special 755 permissions (bundle, rails, rake and spring) which is pretty much the Rails default. Works with all versions of Ruby on Rails; After install run 'rails-fix-permissions' on terminal inside the application folder to fix. Note that in some cases you may need to run it as superuser with 'sudo'.