clint icon indicating copy to clipboard operation
clint copied to clipboard

textui.auto_columns

Open kennethreitz opened this issue 13 years ago • 3 comments

>>> 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

kennethreitz avatar Jun 06 '11 17:06 kennethreitz

I was there when this happened

philipforget avatar Jun 06 '11 18:06 philipforget

Any new word in this feature?

noc7c9 avatar Jan 26 '14 07:01 noc7c9

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 :)

jpiper avatar Jan 26 '14 14:01 jpiper