Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ getITerm2PlistPath
Function
getITerm2PlistPath
src/utils/iTermBackup.ts:25–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
function
getITerm2PlistPath(): string {
26
return
join(
27
homedir(),
28
'Library'
,
29
'Preferences'
,
30
'com.googlecode.iterm2.plist'
,
31
)
32
}
33
34
type
RestoreResult =
35
| {
Callers
1
checkAndRestoreITerm2Backup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected