UNPKG
@akiojin/claude-worktree
Version:
latest (1.32.2)
release/v1.33.0 (1.33.0)
1.33.0
1.32.2
1.32.1
1.32.0
1.31.0
1.30.0
1.29.1
1.29.0
1.24.2
1.24.1
1.24.0
1.23.0
1.22.0
1.21.3
1.21.2
1.21.1
1.21.0
1.20.2
1.20.1
1.20.0
1.19.3
1.19.2
1.19.1
1.19.0
1.18.1
1.18.0
1.17.0
1.16.0
1.15.0
1.14.0
1.13.0
1.12.3
1.12.2
1.12.1
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.1
1.7.0
1.6.0
1.5.0
1.4.5
1.3.0
0.6.1
0.6.0
0.5.6
0.5.1
0.5.0
0.4.18
0.4.17
0.4.16
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Interactive Git worktree manager for Claude Code with graphical branch selection
@akiojin/claude-worktree
/
dist
/
ui
/
table.d.ts
8 lines
•
301 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
BranchInfo
}
from
'./types.js'
;
import
{
WorktreeInfo
}
from
'../worktree.js'
;
export
declare
function
createBranchTable
(
branches
:
BranchInfo
[],
worktrees
:
WorktreeInfo
[]
):
Promise
<
Array
<{
name
:
string
;
value
:
string
;
description
?:
string
; }>>;
//# sourceMappingURL=table.d.ts.map