{"id":30971571,"url":"https://github.com/rsvim/ex.rsvim","last_synced_at":"2026-02-15T04:33:16.872Z","repository":{"id":312243226,"uuid":"1046816166","full_name":"rsvim/ex.rsvim","owner":"rsvim","description":"Builtin ex commands for Rsvim.","archived":false,"fork":false,"pushed_at":"2025-11-03T09:36:21.000Z","size":45,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-19T00:25:01.864Z","etag":null,"topics":["rsvim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"vim","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rsvim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-29T09:15:08.000Z","updated_at":"2025-11-03T09:36:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c93847d-51cd-4f3f-be7f-bc5244f29468","html_url":"https://github.com/rsvim/ex.rsvim","commit_stats":null,"previous_names":["rsvim/ex.rsvim"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rsvim/ex.rsvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsvim%2Fex.rsvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsvim%2Fex.rsvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsvim%2Fex.rsvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsvim%2Fex.rsvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsvim","download_url":"https://codeload.github.com/rsvim/ex.rsvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsvim%2Fex.rsvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29469290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T04:31:33.243Z","status":"ssl_error","status_checked_at":"2026-02-15T04:30:38.729Z","response_time":118,"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":["rsvim"],"created_at":"2025-09-12T02:21:36.559Z","updated_at":"2026-02-15T04:33:16.867Z","avatar_url":"https://github.com/rsvim.png","language":"TypeScript","funding_links":["https://github.com/sponsors/rsvim","https://opencollective.com/rsvim"],"categories":[],"sub_categories":[],"readme":"# ex.rsvim\n\n\u003ca href=\"https://www.npmjs.com/package/@rsvim/ex.rsvim\"\u003e\u003cimg alt=\"rsvim\" src=\"https://img.shields.io/npm/v/%40rsvim%2Fex.rsvim\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/rsvim/ex.rsvim/actions/workflows/ci.yml\"\u003e\u003cimg alt=\"ci.yml\" src=\"https://img.shields.io/github/actions/workflow/status/rsvim/ex.rsvim/ci.yml?branch=main\u0026label=ci\" /\u003e\u003c/a\u003e\n\n## About\n\nImplements [Vim](https://www.vim.org/)'s builtin [ex commands](https://vimhelp.org/index.txt.html#index.txt) for Rsvim, provide a compatible user experience in command-line.\n\n## Installation\n\nFirst go to Rsvim config home directory:\n\n```bash\n# use $XDG_CONFIG_HOME\ncd $XDG_CONFIG_HOME/rsvim\n\n# or use $HOME\ncd $HOME/.rsvim\n```\n\nThen install with either git or npm.\n\n\u003e [!TIP]\n\u003e **Which version should I use?**\n\u003e\n\u003e - For release version of Rsvim, use a \"x.y.?\" branch (for git) or the latest \"x.y.?\" version (for npm), for example use \"v0.1.x\" branch for Rsvim v0.1.2.\n\u003e - For nightly or main branch of Rsvim, use \"main\" branch since this plugin is consistent with Rsvim's main branch.\n\n### git\n\n```bash\n# version branch\ngit clone --branch=v0.1.x https://github.com/rsvim/ex.rsvim @rsvim/ex.rsvim\n\n# or main branch\ngit clone https://github.com/rsvim/ex.rsvim @rsvim/ex.rsvim\n```\n\n### npm\n\n```bash\n# tagged version\nnpm install @rsvim/ex.rsvim@v0.1.0\n\n# or latest version\nnpm install @rsvim/ex.rsvim\n```\n\n## Setup\n\nSetup in your config entry script:\n\n```javascript\nimport ex from \"@rsvim/ex.rsvim\";\nex.setup();\n```\n\nThe `setup` function accepts an optional object, by default is:\n\nhttps://github.com/rsvim/ex.rsvim/blob/1f09822850f2d70af712c7d62eb5b08c84c647e2/src/index.ts?plain=1#L32-L36\n\nYou can pass your custom options when setup:\n\n```javascript\nimport ex from \"@rsvim/ex.rsvim\";\nex.setup({\n  // Your configurations here...\n});\n```\n\n## Command Index\n\nThere are a lot of ex commands, which cannot be done all at once. This section trace the status of each command with below symbols:\n\n- ✅ Almost compatible\n- 🔰 Basically usable\n- 🚧 Working in Progress\n- 🔴 Missing\n\n| Status | Command | Alias | Description                       | Since Version |\n| ------ | ------- | ----- | --------------------------------- | ------------- |\n| 🔰     | `quit`  | `q`   | Quit editor                       | v0.1.x        |\n| 🔰     | `write` | `w`   | Save current buffer to filesystem | v0.1.x        |\n\n## Contribution\n\nContributions are always welcomed :)\n\n### Project Structure\n\n```\n|-lib    // Compiled javascript files\n|-src    // Typescript source files\n|-types  // Typescript type declarations\n```\n\n\u003e [!WARNING]\n\u003e Please **DO NOT** manually edit files under `lib` and `types`.\n\n### Development Environment\n\nPlease setup the development environment with:\n\n1. Install [mise](https://github.com/jdx/mise).\n2. Run `mise i` to install python, node and other npm cli tools.\n3. Run `npm i` to install dependencies.\n\nHere are some useful tools:\n\n- `npm run prettier`: Format source code.\n- `npm run tsc`: Compile typescript to javascript and `.d.ts` declarations.\n\n## Supporting the Project\n\nIf you like RSVIM, please consider sponsoring it. Your support encourages contributors and maintainers of this project, and other fees or efforts spent on it.\n\n- [GitHub Sponsor](https://github.com/sponsors/rsvim)\n- [Open Collective](https://opencollective.com/rsvim)\n\n## License\n\nLicensed under [Vim License](https://github.com/rsvim/ex.rsvim/blob/main/LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsvim%2Fex.rsvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsvim%2Fex.rsvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsvim%2Fex.rsvim/lists"}