feat(algorithm): add dwindle #59

Merged
barrettruth merged 1 commit from feat/dwindle into main 2026-04-26 03:28:16 +00:00
barrettruth commented 2026-04-26 03:23:04 +00:00

Problem

tmux-mosaic is missing a tmux-native shrinking Fibonacci layout, and spiral and dwindle would otherwise duplicate the same recursive layout machinery.

Solution

Add dwindle, move the shared Fibonacci relayout/promote/resize helpers into scripts/helpers.sh, cover the new layout with integration tests, and document it in README.md. Closes #49.

## Problem `tmux-mosaic` is missing a tmux-native shrinking Fibonacci layout, and `spiral` and `dwindle` would otherwise duplicate the same recursive layout machinery. ## Solution Add `dwindle`, move the shared Fibonacci relayout/promote/resize helpers into `scripts/helpers.sh`, cover the new layout with integration tests, and document it in `README.md`. Closes #49.
Sign in to join this conversation.
No description provided.