feat(algorithm): add dwindle #59
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!59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/dwindle"
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
tmux-mosaicis missing a tmux-native shrinking Fibonacci layout, andspiralanddwindlewould otherwise duplicate the same recursive layout machinery.Solution
Add
dwindle, move the shared Fibonacci relayout/promote/resize helpers intoscripts/helpers.sh, cover the new layout with integration tests, and document it inREADME.md. Closes #49.