Visualize the fork hierarchy as an ASCII tree
Visualizes the fork hierarchy as an ASCII tree, showing parent-child relationships and metadata. Use this to understand nested fork structures and identify which forks can be safely cleaned up.
/plugin marketplace add mcfearsome/fork-yeah/plugin install fork-yeah@mcfearsome cc-marketplaceDisplays a visual tree representation of all forks and their parent-child relationships, useful for understanding nested fork structures.
/fork tree
To execute this command, run:
bash src/fork_tree.sh
Example tree output:
=========================================
Fork Tree
=========================================
● fork-1730678901-abc123-1
Created: 2025-11-05T10:30:00-05:00
Status: active
├── fork-1730678902-def456-1
│ Created: 2025-11-05T11:00:00-05:00
│ Status: active
└── fork-1730678902-def456-2
Created: 2025-11-05T11:00:00-05:00
Status: active
● fork-1730678901-abc123-2
Created: 2025-11-05T10:30:00-05:00
Status: active
=========================================
Total forks: 4
=========================================
● - Root fork├── - Child fork (not last)└── - Child fork (last)│ - Connection lineDisplay:
No forks found. Create one with: /fork create <number>
Suggest:
/fork switch <id> to navigate to a specific fork/fork list for detailed fork information