Skip to content

cirruslabs/echelon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echelon - hierarchical progress in terminal on steroids

Build Status

Library to show tree-like hierarchical progress in VT100 compatible terminals.

Here is an example how it looks for running Dockerized tasks via Cirrus CLI:

Cirrus CLI Demo

Features

  • Customizable and works with any VT100 compatible terminal
  • Implements incremental drawing algorithm to optimize drawing performance
  • Can be used from multiple go routines

Example

Please check demo folder for a simple example or how echelon is used in Cirrus CLI.