feat(algorithm): add spiral #58
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/spiral"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Mosaic still lacks the first recursive tiling layout from #48, so the dwm-style Fibonacci spiral is missing from the current algorithm set.
Solution
Add
scripts/algorithms/spiral.shwith explicit tmux layout-string generation, supportpromote,resize-master, and drag-resize syncing for the primary split, cover the geometry and relayout flows intests/integration/spiral.bats, and document the layout inREADME.md. Closes #48.