contour icon indicating copy to clipboard operation
contour copied to clipboard

UI: Tiling terminal views

Open christianparpart opened this issue 5 years ago • 0 comments
trafficstars

Lije a tiling window manager, but terminal views. Maybe as a tree view?

  • tiling (tree based?) view of terminals
  • split right/ left / bottom / top
  • focus left, right, bottom, top
  • toggle zoom of current tile to only show this tile

WT is having a nice implementation that we can base our ideas from:

Actions

  • [ ] splitPane: split = (horizontal | vertical | auto);
  • [ ] resizePane: direction = (up | right | down | left)
  • [ ] moveFocus: direction = (up | right | down | left)
  • [ ] zoomPane: toggles zoom of the focused pane into full-window or inlined into the grid
  • [ ] closePane closes the current pane

christianparpart avatar Dec 10 '19 08:12 christianparpart