mrz1988 / lilies

A cross-platform colored text formatting tool for the command line
MIT License
0 stars 0 forks source link

Add LilyBlocks #12

Closed mrz1988 closed 5 years ago

mrz1988 commented 5 years ago

LilyBlocks are a 2D concept of a string, where line breaks are used as delimiters to slice up the string. A LilyBlock should be a tool to help format strings in 2D space. This means new blocks can be added to the left or right, as well as above/below. Ideally this allows highly customizable control of monospaced string formatting, which is great for console output!

mrz1988 commented 5 years ago

lilyblocks branch made to reflect this ongoing project.

mrz1988 commented 5 years ago

I'm pretty happy with the baseline functionality here. The further improvements listed in the PR will be broken out into new tickets.