Skip to content

Commit

Permalink
Focus on the logger similarity rather then progress
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Aug 17, 2020
1 parent de1df5d commit f455fa9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Echelon - hierarchical progress in terminal on steroids
# Echelon - hierarchical logs in terminal on steroids

[![Build Status](https://api.cirrus-ci.com/github/cirruslabs/echelon.svg)](https://cirrus-ci.com/github/cirruslabs/echelon)

Library to show tree-like hierarchical progress in VT100 compatible terminals.
Library to organize logs in a hierarchical structure.

Here is an example how it looks for running Dockerized tasks via [Cirrus CLI](https://github.com/cirruslabs/cirrus-cli):

Expand All @@ -11,10 +11,10 @@ Here is an example how it looks for running Dockerized tasks via [Cirrus CLI](ht
## Features

* Customizable and works with any VT100 compatible terminal
* Has a simplified output for dump terminals
* Supports simplified output for dump terminals
* Implements incremental drawing algorithm to optimize drawing performance
* Can be used from multiple go routines
* Pluggable and configurable renderers
* Can be used from multiple goroutines
* Pluggable and customizable renderers

## Example

Expand Down

0 comments on commit f455fa9

Please sign in to comment.