feat(algorithm): even-horizontal #9

Closed
opened 2026-04-25 16:16:17 +00:00 by barrettruth · 0 comments
barrettruth commented 2026-04-25 16:16:17 +00:00

Add an even-horizontal algorithm — all panes split vertically, equal heights in a column.

Scope

  • New file scripts/algorithms/even-horizontal.sh
  • algo_relayout calls select-layout -t "$win" even-horizontal
  • algo_toggle matches master-stack's pattern

Acceptance criteria

  • scripts/algorithms/even-horizontal.sh exists
  • Test: 4-pane window with this algorithm has all panes equal-height
  • README: add to the algorithms list
Add an `even-horizontal` algorithm — all panes split vertically, equal heights in a column. ## Scope - New file `scripts/algorithms/even-horizontal.sh` - `algo_relayout` calls `select-layout -t "$win" even-horizontal` - `algo_toggle` matches master-stack's pattern ## Acceptance criteria - [ ] `scripts/algorithms/even-horizontal.sh` exists - [ ] Test: 4-pane window with this algorithm has all panes equal-height - [ ] README: add to the algorithms list
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/tmux-mosaic#9
No description provided.