Initial commit

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-18 22:28:13 +00:00
commit 835e446f7d
6 changed files with 482 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "claude-remote",
"version": "0.1.0",
"type": "module",
"description": "Paste text into the Claude Code terminal window via xdotool",
"bin": {
"claude-remote": "./claude-remote.js"
}
}