Help with generating textual output that includes ANSI escape codes for formatting.
Help with generating textual output that includes ANSI escape codes for formatting.
Utilities for formatting binary data (byte arrays) or binary deltas.
Utilities for formatting binary data (byte arrays) or binary deltas.
Utilities for accessing text on the system clipboard using AWT.
This is segregated from other code to prevent the AWT stack from initializaing unnecessarily. On OS X, this is seen as a Java application icon appearing in the Dock
Utilities for accessing text on the system clipboard using AWT. This is segregated from other code to prevent the AWT stack from initializaing unnecessarily. On OS X, this is seen as a Java application icon appearing in the Dock
Assistance for formatting data into columns. Each column has a width, and data within the column
may be left or right justified. Generally, columns are sized to the largest item in the column.
When a value is provided in a column, it may be associated with an explicit width which is helpful
when the value contains non-printing characters (such as those defined in the io.aviso.ansi
namespace).
Assistance for formatting data into columns. Each column has a width, and data within the column may be left or right justified. Generally, columns are sized to the largest item in the column. When a value is provided in a column, it may be associated with an explicit width which is helpful when the value contains non-printing characters (such as those defined in the `io.aviso.ansi` namespace).
Format and present exceptions in a pretty (structured, formatted) way.
Format and present exceptions in a pretty (structured, formatted) way.
Provides functions that hook into clojure.tools.logging to make use of Pretty to format exceptions.
You must add clojure.tools.logging as an explicit dependency of your project.
Provides functions that hook into clojure.tools.logging to make use of Pretty to format exceptions. You must [add clojure.tools.logging as an explicit dependency](https://github.com/clojure/tools.logging) of your project.
Utilities to assist with REPL-oriented development.
Utilities to assist with REPL-oriented development.
The StringWriter protocol is used as the target of any written output.
The StringWriter protocol is used as the target of any written output.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close