MCPcopy Create free account
hub / github.com/Noumena-Network/code / sendLiteral

Function sendLiteral

src/testing/tmuxHarness.ts:195–206  ·  view source on GitHub ↗
(
  session: IsolatedTmuxSession,
  text: string,
)

Source from the content-addressed store, hash-verified

193}
194
195export function sendLiteral(
196 session: IsolatedTmuxSession,
197 text: string,
198): void {
199 runTmux(session.socketName, [
200 'send-keys',
201 '-t',
202 session.targetPane,
203 '-l',
204 text,
205 ])
206}
207
208export function getSessionTmuxEnv(session: IsolatedTmuxSession): string {
209 return runTmux(session.socketName, [

Callers 2

enterMultilinePromptFunction · 0.85

Calls 1

runTmuxFunction · 0.85

Tested by 1

enterMultilinePromptFunction · 0.68