MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getTerminalPlistPath

Function getTerminalPlistPath

src/utils/appleTerminalBackup.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33export function getTerminalPlistPath(): string {
34 return join(homedir(), 'Library', 'Preferences', 'com.apple.Terminal.plist')
35}
36
37export async function backupTerminalPreferences(): Promise<string | null> {
38 const terminalPlistPath = getTerminalPlistPath()

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected