{"id":19946736,"url":"https://github.com/bourgeoisbear/vim-wscli","last_synced_at":"2026-05-10T13:51:04.869Z","repository":{"id":84734567,"uuid":"558634087","full_name":"BourgeoisBear/vim-wscli","owner":"BourgeoisBear","description":"websocket test client for Vim","archived":false,"fork":false,"pushed_at":"2022-10-28T00:54:40.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-12T05:27:32.651Z","etag":null,"topics":["neovim","neovim-plugin","vim","vim-plugin","websocket","websocket-cli","websocket-client"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BourgeoisBear.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}},"created_at":"2022-10-28T00:30:15.000Z","updated_at":"2022-10-28T00:57:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e94e9d0-19eb-4ec4-9804-eb1646d379eb","html_url":"https://github.com/BourgeoisBear/vim-wscli","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/BourgeoisBear%2Fvim-wscli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BourgeoisBear%2Fvim-wscli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BourgeoisBear%2Fvim-wscli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BourgeoisBear%2Fvim-wscli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BourgeoisBear","download_url":"https://codeload.github.com/BourgeoisBear/vim-wscli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241374539,"owners_count":19952545,"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":["neovim","neovim-plugin","vim","vim-plugin","websocket","websocket-cli","websocket-client"],"created_at":"2024-11-13T00:32:11.233Z","updated_at":"2026-05-10T13:50:59.819Z","avatar_url":"https://github.com/BourgeoisBear.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-wscli\n\nA websocket test client for Vim\n\n![sample session](wscli_example.gif)\n\n## Installation\n\nRequires *wscli*:\n```sh\ngo install -v github.com/BourgeoisBear/wscli\n```\n\nThen clone this plugin into your Vim plugins directory:\n```sh\ncd ~/.vim/pack/plugins/start\ngit clone https://github.com/BourgeoisBear/vim-wscli\n```\nRebuild helptags with `:helptags ALL`, then see `:help wscli` for more options.\n\n## Commands\n```\nConnect to Websocket\n\t\\dial ws://127.0.0.1:8080/ws\n\nDisconnect from Websocket\n\t\\hup\n\nSend Message (heredoc format)\n\t\\msg [message terminator]\n\tmessage line 1\n\tmessage line 2\n\tmessage line 3\n\t[message terminator]\n\n\t(default terminator is a blank line if left unspecified)\n\nSpecify HTTP Headers\n\tAuthorization: awo875pu84uj6paj436up\n\tContent-Type: application/json\n\nList Specified HTTP Headers\n\t\\hdrlst\n\nClear Specific HTTP Header (key without value)\n\tAuthorization:\n\nClear All Specified HTTP Headers\n\t\\hdrclr\n```\n\n## Usage\n\n| Command        | Description                                               |\n| -------------- | --------------------------------------------------------- |\n| `:WscliToggle` | open/close wscli websocket session in new terminal window |\n| `\u003cleader\u003ews`   | *NORMAL MODE*: send paragraph under cursor to wscli       |\n| `\u003cleader\u003ews`   | *VISUAL MODE*: send visual selection to wscli             |\n\n*NOTE*: `\u003cleader\u003ews` will automatically open a new `wscli` session if one is not already open.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbourgeoisbear%2Fvim-wscli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbourgeoisbear%2Fvim-wscli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbourgeoisbear%2Fvim-wscli/lists"}