MCPcopy
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
25function getITerm2PlistPath(): string {
26 return join(
27 homedir(),
28 'Library',
29 'Preferences',
30 'com.googlecode.iterm2.plist',
31 )
32}
33
34type RestoreResult =
35 | {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected