{"id":13659203,"url":"https://github.com/clavery/vim-chrome-repl","last_synced_at":"2026-02-27T20:56:21.194Z","repository":{"id":18271176,"uuid":"21433038","full_name":"clavery/vim-chrome-repl","owner":"clavery","description":"a REPL for a remote chrome instance in VIM.","archived":false,"fork":false,"pushed_at":"2014-07-02T17:43:37.000Z","size":352,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-02T05:10:29.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clavery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-02T17:18:43.000Z","updated_at":"2015-07-14T23:52:44.000Z","dependencies_parsed_at":"2022-07-28T20:09:53.470Z","dependency_job_id":null,"html_url":"https://github.com/clavery/vim-chrome-repl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clavery%2Fvim-chrome-repl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clavery%2Fvim-chrome-repl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clavery%2Fvim-chrome-repl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clavery%2Fvim-chrome-repl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clavery","download_url":"https://codeload.github.com/clavery/vim-chrome-repl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223952706,"owners_count":17230935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-08-02T05:01:06.146Z","updated_at":"2026-02-27T20:56:21.131Z","avatar_url":"https://github.com/clavery.png","language":"JavaScript","readme":"# vim-chrome-repl\n\nA work in progress vim plugin that sends javascript to a running Chrome remote\ndebugger and displays the output.\n\nCurrently only displays output logged to the console (ie. console.log) and *not*\nthe result of expressions like the normal chrome console (which can be confusing\nwhen not displayed inline). Also currently only executes on tab 0 (the currently\nvisible chrome tab).\n\nthrown exceptions are also caught.\n\nRequires nodejs and a Vim with python support (uses python to manage the\nsubprocess). The node module [chrome-remote-interface](https://github.com/cyrus-and/chrome-remote-interface) is required and bundled however you might need to rebuild them in the \n`plugin` directory:\n\n```sh\n$ cd plugin\n$ npm rebuild\n```\n\n## Usage\n\n```sh\n# start chrome with debugger port\n...Chrome.app --args --remote-debugger-port=9222\n```\n\nRun `:SendToChrome` or map this command to a keystroke. This can be used with a\nvisual selection or the in normal mode (which sends the entire buffer).\n\n## TODO\n\n* Configurable/menu selectable tab\n* Configurable display options (ie. show expression results)\n* Default keybind\n* Possible debugger support (breakpoints, etc)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclavery%2Fvim-chrome-repl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclavery%2Fvim-chrome-repl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclavery%2Fvim-chrome-repl/lists"}