Skip to content

Commit

Permalink
Tweak URLs and names
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Jun 22, 2023
1 parent 2e93945 commit 49a8ee1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[![Clojars](https://img.shields.io/clojars/v/org.clj-commons/pretty.svg)](http://clojars.org/clj-commons/pretty)
[![CI](https://github.com/clj-commons/pretty/actions/workflows/clojure.yml/badge.svg)](https://github.com/AvisoNovate/pretty/actions/workflows/clojure.yml)

[![cljdoc badge](https://cljdoc.org/badge/org.clj-commons/pretty)](https://cljdoc.org/d/org.clj-commons/pretty)
*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 `clj-commons/pretty` is for. It adds support for pretty output where it counts:
That's what `org.clj-commons/pretty` is for. It adds support for pretty output where it counts:

* Readable output for exceptions
* ANSI font and background color support
Expand Down
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
{:git/tag "0.9" :git/sha "4efa3c9"}}
:ns-default build}

:main
{:main-opts ["-m" "clj-commons.pretty.repl"]}

:1.10
{:override-deps {org.clojure/clojure {:mvn/version "1.10.0"}}}

;; clj -M:test:demo
:demo
{:main-opts ["-m" "demo"]}

:disable-colors
{:jvm-opts ["-Dclj-commons.ansi.enabled=false"]}

:repl
{:main-opts ["-m" "clj-commons.pretty.repl"]}}

Expand Down

0 comments on commit 49a8ee1

Please sign in to comment.