clint
clint copied to clipboard
textui.auto_columns
>>> auto_columns(list_of_strings)
# prints strings in appropriate columns, like `ls`
>>> auto_columns(list_of_strings, 10)
# prints strings in columns with a width of 10
I was there when this happened
Any new word in this feature?
I'll be looking at implementing this soon™, but clint is on the backburner for me and is effectively in "maintenance mode" whilst I wrap up my PhD, so I can't guarantee I'll get around to it within the next two months.
Feel free to have a stab at it and send a pull request across in the mean time, though :)