IOUtils.jl

Author jagot
Popularity
2 Stars
Updated Last
3 Years Ago
Started In
February 2020

IOUtils.jl

Stable Dev Build Status Coverage

A collection of simple helper functions for structured terminal output, such as delimiters, indentations, and blocks.

print_boxed(stdout) do io
    println(io, "Hello")
    println(io, "World")
end
┌  Hello
└  World

See the documentation for a complete list of available functions.

Pull requests with additional functionality and improvements welcome!