MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / shellQuote

Function shellQuote

apps/desktop/src/main/cli-install.ts:450–452  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

448}
449
450function shellQuote(value: string): string {
451 return `'${value.replace(/'/g, `'\\''`)}'`
452}
453
454function appleScriptEscape(value: string): string {
455 return value.replace(/\\/g, '\\\\').replace(/"/g, '\\"')

Callers 2

elevateAndSymlinkFunction · 0.70
uninstallCliFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected