TON - TON SDK for Elixir 🎉 Announcing Elixir Vulnerability Scanning & Management 🎉

Owl v0.6.0 - a toolkit for writing command-line user interfaces in Elixir

A new version of the library has been released.

Links:

Enhancements

  • Highly customizable tables! The biggest change in this release. They work with Owl.Data.t() which allows colorizing even different chars inside a cell, not just a whole cell. Input expects a list of maps, and this structure allows autodetection of columns. There is sorting and filtering of columns, ability to specify max width for entire table and for individual columns. See all options in docs. asciicast
  • Allow labels for progress bar to be Owl.Data.t()