MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / tmuxSendKey

Function tmuxSendKey

freebuff/e2e/utils/tmux-helpers.ts:50–56  ·  view source on GitHub ↗
(sessionName: string, key: string)

Source from the content-addressed store, hash-verified

48}
49
50export function tmuxSendKey(sessionName: string, key: string): void {
51 execFileSync(
52 'bash',
53 [`${SCRIPTS_DIR}/tmux-send.sh`, sessionName, '--key', key],
54 EXEC_OPTIONS,
55 )
56}
57
58export function tmuxCapture(
59 sessionName: string,

Callers 1

sendKeyMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected