{"id":29294102,"url":"https://github.com/cursorless-dev/talon-rpc","last_synced_at":"2026-02-11T09:03:13.518Z","repository":{"id":270196373,"uuid":"909607236","full_name":"cursorless-dev/talon-rpc","owner":"cursorless-dev","description":"RPC library for Talon","archived":false,"fork":false,"pushed_at":"2025-01-28T18:45:22.000Z","size":35,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-08T11:07:12.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cursorless-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["pokey","AndreasArvidsson"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"pokey","issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-12-29T08:25:56.000Z","updated_at":"2025-01-28T18:45:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"67cc6758-5928-4b80-b2f3-072707820c10","html_url":"https://github.com/cursorless-dev/talon-rpc","commit_stats":null,"previous_names":["andreasarvidsson/talon-rpc","cursorless-dev/talon-rpc"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cursorless-dev/talon-rpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursorless-dev%2Ftalon-rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursorless-dev%2Ftalon-rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursorless-dev%2Ftalon-rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursorless-dev%2Ftalon-rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cursorless-dev","download_url":"https://codeload.github.com/cursorless-dev/talon-rpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cursorless-dev%2Ftalon-rpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29330858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-06T12:07:59.485Z","updated_at":"2026-02-11T09:03:13.486Z","avatar_url":"https://github.com/cursorless-dev.png","language":"TypeScript","funding_links":["https://github.com/sponsors/pokey","https://github.com/sponsors/AndreasArvidsson","https://liberapay.com/pokey"],"categories":[],"sub_categories":[],"readme":"# Talon RPC server\n\nFile based RPC server compatible with the Talon community command client\n\n## Installation\n\n`npm install talon-rpc`\n\n## Usage\n\n```js\nimport { NodeIo, TalonRpcServer } from \"talon-rpc\";\n\nfunction runCommand(commandId, args, options) {\n    // Do something\n}\n\nconst io = new NodeIo(\"vscode-command-server\");\nconst rpc = new TalonRpcServer(io, runCommand);\n\nawait io.initialize();\n\nonKeypress(async () =\u003e {\n    await rpc.executeRequest();\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursorless-dev%2Ftalon-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcursorless-dev%2Ftalon-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursorless-dev%2Ftalon-rpc/lists"}