This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function gitclaude { | |
| <# | |
| .SYNOPSIS | |
| Opens a Windows Terminal layout with lazygit, claude, and a shell pane. | |
| .DESCRIPTION | |
| Launches three panes in Windows Terminal: lazygit on the left (40%), | |
| claude on the upper right (60%), and an interactive shell on the lower right. | |
| By default opens as a new tab in the current window. | |
| .PARAMETER dir | |
| The starting directory for all panes. Defaults to the current location. |