{"id":14978947,"url":"https://github.com/thinca/hubot-vimhelp","last_synced_at":"2025-09-22T10:31:19.616Z","repository":{"id":57269383,"uuid":"61429862","full_name":"thinca/hubot-vimhelp","owner":"thinca","description":"A hubot script that shows Vim's help.","archived":false,"fork":false,"pushed_at":"2023-07-17T14:06:44.000Z","size":262,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T05:28:49.699Z","etag":null,"topics":["help","hubot","hubot-scripts","vim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thinca.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":".github/CODE_OF_CONDUCT.md","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":"2016-06-18T11:12:46.000Z","updated_at":"2022-08-07T15:59:32.000Z","dependencies_parsed_at":"2024-09-19T01:02:20.614Z","dependency_job_id":null,"html_url":"https://github.com/thinca/hubot-vimhelp","commit_stats":{"total_commits":100,"total_committers":1,"mean_commits":100.0,"dds":0.0,"last_synced_commit":"74c8460f592a56267434d7e84ada3098280620f0"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinca%2Fhubot-vimhelp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinca%2Fhubot-vimhelp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinca%2Fhubot-vimhelp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thinca%2Fhubot-vimhelp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thinca","download_url":"https://codeload.github.com/thinca/hubot-vimhelp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233841620,"owners_count":18738651,"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":["help","hubot","hubot-scripts","vim"],"created_at":"2024-09-24T13:58:41.775Z","updated_at":"2025-09-22T10:31:14.298Z","avatar_url":"https://github.com/thinca.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hubot-vimhelp\n\n[![NPM Version][npm-image]][npm-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Test][test-ci-badge]][test-ci-action]\n[![Lint][lint-ci-badge]][lint-ci-action]\n[![Test Coverage][codecov-image]][codecov-url]\n\nA hubot script that shows Vim's help.\n\nSee [`scripts/vimhelp.js`](scripts/vimhelp.js) for full documentation.\n\n## Requirements\n\n- Node.js v16.0.0+\n\n- [vimhelp](https://github.com/thinca/node-vimhelp)\n  - Vim\n  - Git (Optional)\n\n## Installation\n\nIn hubot project repo, run:\n\n`npm install hubot-vimhelp --save`\n\nThen add **hubot-vimhelp** to your `external-scripts.json`:\n\n```json\n[\n  \"hubot-vimhelp\"\n]\n```\n\n## Sample Interaction\n\n```\nuser1\u003e\u003e :help j\nhubot\u003e\u003e\nj               or                                      *j*\n\u003cDown\u003e          or                                      *\u003cDown\u003e*\nCTRL-J          or                                      *CTRL-J*\n\u003cNL\u003e            or                                      *\u003cNL\u003e* *CTRL-N*\nCTRL-N                  [count] lines downward |linewise|.\n```\n\nAlso reacts for reply.\n\n```\nuser1\u003e\u003e @hubot :help j\nhubot\u003e\u003e\n@user1\nj               or                                      *j*\n\u003cDown\u003e          or                                      *\u003cDown\u003e*\nCTRL-J          or                                      *CTRL-J*\n\u003cNL\u003e            or                                      *\u003cNL\u003e* *CTRL-N*\nCTRL-N                  [count] lines downward |linewise|.\n```\n\n## Commands\n\n### :help\n\nShow the help of Vim.\n`:h` which is a shortcut version is available.\n\n### :vimhelp\n\nThis is a command for administrator.\nSome sub commands exist.\n\n#### :vimhelp help\n\nShow the simple help of `:vimhelp`.\n\n#### :vimhelp plugin\n\nThis command manages the Vim plugins.\nUser can show the help of Vim plugin after you installed a Vim plugin.\n\nUser can specify the {plugin-name} by the one of following formats:\n\n- A repository name of [vim-scripts](https://github.com/vim-scripts)\n- A GitHub repository in `owner/repos` style\n- A URL of Git repository\n\n##### :vimhelp plugin install/add {plugin-name}...\n\nInstall Vim plugins.  You can specify one or more plugin names.\n\n##### :vimhelp plugin uninstall/rm/remove/delete {plugin-name}...\n\nUninstall Vim plugins.  You can specify one or more plugin names.\n\n##### :vimhelp plugin update [{plugin-name}...]\n\nUpdate installed Vim plugins.  You can specify one or more plugin names.\nAll Vim plugins are updated when `{plugin-name}` is not specified.\n\n##### :vimhelp plugin list\n\nShow the list of installed Vim plugins.\n\n\n## License\n\n[zlib License](LICENSE.txt)\n\n## Author\n\nthinca \u003cthinca+npm@gmail.com\u003e\n\n\n[npm-image]: https://img.shields.io/npm/v/hubot-vimhelp.svg\n[npm-url]: https://npmjs.org/package/hubot-vimhelp\n[node-version-image]: https://img.shields.io/node/v/hubot-vimhelp.svg\n[node-version-url]: https://nodejs.org/en/download/\n[test-ci-badge]: ./../../workflows/Test/badge.svg\n[test-ci-action]: ./../../actions?query=workflow%3ATest\n[lint-ci-badge]: ./../../workflows/Lint/badge.svg\n[lint-ci-action]: ./../../actions?query=workflow%3ALint\n[codecov-image]: https://codecov.io/gh/thinca/hubot-vimhelp/branch/master/graph/badge.svg\n[codecov-url]: https://codecov.io/gh/thinca/hubot-vimhelp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinca%2Fhubot-vimhelp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthinca%2Fhubot-vimhelp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthinca%2Fhubot-vimhelp/lists"}