git_worktrees
Linked worktrees plus the main worktree, each with its checked-out branch and path. Useful when you juggle several feature branches in parallel checkouts.
| Kind | Safety | Shapes |
|---|---|---|
| cached | Safe | entries, text_block |
Options
Section titled “Options”No options.
Compatible renderers
Section titled “Compatible renderers”| Shape | Renderers |
|---|---|
entries | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, grid_table |
text_block | animated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, list_plain |
Preview
Section titled “Preview”entries via grid_table
Section titled “entries via grid_table”main /repo feat/foo /repo-feat hotfix /repo-hotfix
[[widget]]id = "git_worktrees"fetcher = "git_worktrees"render = "grid_table"text_block via list_plain
Section titled “text_block via list_plain”main /repo feat/foo /repo-feat hotfix /repo-hotfix
[[widget]]id = "git_worktrees"fetcher = "git_worktrees"render = "list_plain"