UNPKG

@iosifnicolae22/remote-shell

Version:

Run any terminal application and control it remotely from your mobile device. Perfect for maxing out vibe coding sessions with Claude Code on the go!

13 lines 561 B
import * as pty from 'node-pty'; import { TokenGenerator } from './token-generator'; import { WebSocketServer } from './websocket-server'; import { WebSocketClient } from './websocket-client'; export declare class SlashCommandHandler { private commandBuffer; intercept(ptyProcess: pty.IPty, tokenGenerator: TokenGenerator, wsConnection: WebSocketServer | WebSocketClient): void; private handleSlashCommand; private handleMobileCommand; private handleDevicesCommand; private formatTimestamp; } //# sourceMappingURL=slash-commands.d.ts.map