terminator-split icon indicating copy to clipboard operation
terminator-split copied to clipboard

Customize split layout

Open reaperzn opened this issue 7 years ago • 1 comments

It would be really cool if you could specify the grid layout. Currently it seems that the layout will always be a max of 2 rows and balance the number of columns.

It would be nice to be able to specify something like: ./terminator-split 12 --rows 4 or ./terminator-split 12 --columns 2 or ./terminator-split --rows 4 --columns 6

reaperzn avatar Aug 30 '17 11:08 reaperzn

Current split algorithm is just recursion. We should use some tree algorithm to implement proposed feature.

acudovs avatar Aug 31 '17 06:08 acudovs