worktree-tool
Version:
A command-line tool for managing Git worktrees with integrated tmux/shell session management
9 lines • 383 B
TypeScript
/**
* Get list of tmux windows for a worktree
*/
export declare function getTmuxWindowsForWorktree(sessionName: string, worktreeName: string): Promise<string[]>;
/**
* Find and close tmux windows associated with a worktree
*/
export declare function closeTmuxWindowsForWorktree(projectName: string, worktreeName: string): Promise<void>;
//# sourceMappingURL=tmux-cleanup.d.ts.map