All Projects → AvisoNovate → Pretty

AvisoNovate / Pretty

Licence: apache-2.0
Library for helping print things prettily, in Clojure - ANSI fonts, formatted exceptions

Programming Languages

clojure
4091 projects

Projects that are alternatives of or similar to Pretty

Jcolor
An easy syntax to format your strings with colored fonts and backgrounds.
Stars: ✭ 255 (-46.2%)
Mutual labels:  ansi-colors
Ansi
Small, fast library to create ANSI colored strings and codes. [go, golang]
Stars: ✭ 323 (-31.86%)
Mutual labels:  ansi-colors
Haptico
Haptico 📳 - easy to use haptic feedback generator with pattern-play support
Stars: ✭ 426 (-10.13%)
Mutual labels:  feedback
Taoup
The Tao of Unix Programming (Ruby-powered ANSI colored fortunes)
Stars: ✭ 265 (-44.09%)
Mutual labels:  ansi-colors
Moufette
🦨 Moufette is developer-friendly, open-source set of tools to collect users feedback. Find us on Twitter @MoufetteHQ
Stars: ✭ 303 (-36.08%)
Mutual labels:  feedback
Mordant
Full-featured text styling for Kotlin command-line applications
Stars: ✭ 382 (-19.41%)
Mutual labels:  ansi-colors
feedback
A simple widget for getting better feedback.
Stars: ✭ 178 (-62.45%)
Mutual labels:  feedback
2048.c
Console version of the game "2048" for GNU/Linux
Stars: ✭ 453 (-4.43%)
Mutual labels:  ansi-colors
Paint
Ruby gem for ANSI terminal colors 🎨︎ VERY FAST
Stars: ✭ 317 (-33.12%)
Mutual labels:  ansi-colors
Shml
SHell Markup Language | Style Framework for The Terminal
Stars: ✭ 411 (-13.29%)
Mutual labels:  ansi-colors
Picocli
Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.
Stars: ✭ 3,286 (+593.25%)
Mutual labels:  ansi-colors
Ansi Colors
Easily add ANSI colors to your text and symbols in the terminal. ansi-colors is the official ansi styling library for gulp, and is used by hundreds of other projects, including mocha and enquirer.
Stars: ✭ 300 (-36.71%)
Mutual labels:  ansi-colors
Managers Playbook
📖 Heuristics for effective management
Stars: ✭ 4,504 (+850.21%)
Mutual labels:  feedback
Ctfeedback
Library to send feedback for iOS. Swift version https://github.com/rizumita/CTFeedbackSwift
Stars: ✭ 262 (-44.73%)
Mutual labels:  feedback
Machma
Easy parallel execution of commands with live feedback
Stars: ✭ 438 (-7.59%)
Mutual labels:  feedback
formr.org
Chain simple surveys into longer runs to build complex studies. Use R to generate pretty feedback and complex designs.
Stars: ✭ 90 (-81.01%)
Mutual labels:  feedback
Httptoolkit
HTTP Toolkit is a beautiful & open-source tool for debugging, testing and building with HTTP(S) on Windows, Linux & Mac 🎉
Stars: ✭ 331 (-30.17%)
Mutual labels:  feedback
Gradle Test Logger Plugin
A Gradle plugin for printing beautiful logs on the console while running tests
Stars: ✭ 460 (-2.95%)
Mutual labels:  ansi-colors
Pterm
✨ #PTerm is a modern go module to beautify console output. Featuring charts, progressbars, tables, trees, and many more 🚀 It's completely configurable and 100% cross-platform compatible.
Stars: ✭ 449 (-5.27%)
Mutual labels:  ansi-colors
Python Coloredlogs
Colored terminal output for Python's logging module
Stars: ✭ 408 (-13.92%)
Mutual labels:  ansi-colors

Clojars

CircleCI

Full Documentation

API

Sometimes, neatness counts.

If you are trying to puzzle out a stack trace, pick a critical line of text out of a long stream of console output, or compare two streams of binary data, a little bit of formatting can go a long way.

That's what io.aviso/pretty is for. It adds support for pretty output where it counts:

  • Readable output for exceptions
  • ANSI font and background color support
  • Hex dump of binary data
  • Hex dump of binary deltas
  • Formatting data into columns

Example

Full Documentation

Pretty is also incorporated into the ultra plugin, and is packaged as part of Boot.


io.aviso/pretty is released under the terms of the Apache Software License 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].