{"id":23538037,"url":"https://github.com/mityu/vital-scripter","last_synced_at":"2026-04-26T08:38:39.520Z","repository":{"id":229791837,"uuid":"777635679","full_name":"mityu/vital-scripter","owner":"mityu","description":"A vital.vim module for scripting key types and function calls.","archived":false,"fork":false,"pushed_at":"2024-03-27T13:53:03.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-08T14:04:24.371Z","etag":null,"topics":["neovim","vim","vital-vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/mityu.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":"2024-03-26T08:23:51.000Z","updated_at":"2024-03-27T13:45:15.000Z","dependencies_parsed_at":"2025-02-17T07:40:58.912Z","dependency_job_id":"fc1e11c2-ad5d-460e-8740-97d2ad478980","html_url":"https://github.com/mityu/vital-scripter","commit_stats":null,"previous_names":["mityu/vital-scripter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mityu/vital-scripter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvital-scripter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvital-scripter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvital-scripter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvital-scripter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mityu","download_url":"https://codeload.github.com/mityu/vital-scripter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mityu%2Fvital-scripter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32291336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"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":["neovim","vim","vital-vim"],"created_at":"2024-12-26T03:29:29.616Z","updated_at":"2026-04-26T08:38:39.499Z","avatar_url":"https://github.com/mityu.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vital-Scripter\n\n[![Powered by vital.vim](https://img.shields.io/badge/powered%20by-vital.vim-80273f.svg)](https://github.com/vim-jp/vital.vim)\n[![](https://github.com/mityu/vital-scripter/actions/workflows/ci.yml/badge.svg)](https://github.com/mityu/vital-scripter/actions/workflows/ci.yml)\n\nA vital.vim module that make it easy to feed key types and call functions between the key types.\n\n## Usage\n\n```vim\nlet s:Scripter = vital#vital#import('Vim.Scripter')\n\ncall s:Scripter.new()\n  \\.call({-\u003e assert_equal('n', mode())})\n  \\.feedkeys('ifoobar')\n  \\.call({-\u003e assert_equal('i', mode())})\n  \\.call({-\u003e assert_equal('foobar', getline('.'))})\n  \\.feedkeys(\"\\\u003cESC\u003e\")\n  \\.call({-\u003e assert_equal('n', mode())})\n  \\.run()\n\ninoremap \u003cPlug\u003e(test-mapping) (rhs-test-mapping)\ncall s:Scripter.new()\n  \\.feedkeys('i')\n  \\.feedkeys_remap(\"\\\u003cPlug\u003e(test-mapping)\")\n  \\.call({-\u003e assert_equal('(rhs-test-mapping)', getline('.'))})\n  \\.set_auto_replace_termcodes(1)\n  \\.feedkeys_remap('\u003cPlug\u003e(test-mapping)')\n  \\.call({-\u003e assert_equal('(rhs-test-mapping)(rhs-test-mapping)', getline('.'))})\n  \\.feedkeys('\u003cESC\u003e')\n  \\.run()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmityu%2Fvital-scripter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmityu%2Fvital-scripter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmityu%2Fvital-scripter/lists"}