{"id":17982820,"url":"https://github.com/t9md/atom-vim-mode-plus-replace-with-execution","last_synced_at":"2025-04-04T02:10:54.103Z","repository":{"id":136587788,"uuid":"50200758","full_name":"t9md/atom-vim-mode-plus-replace-with-execution","owner":"t9md","description":"TransformString with result of execution","archived":false,"fork":false,"pushed_at":"2017-12-09T04:30:57.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T13:33:17.870Z","etag":null,"topics":["atom","vim-mode-plus"],"latest_commit_sha":null,"homepage":"https://atom.io/packages/vim-mode-plus-replace-with-execution","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t9md.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-01-22T18:50:27.000Z","updated_at":"2017-12-13T22:00:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f823da6-e3b3-48c6-8b02-41a6de79cce3","html_url":"https://github.com/t9md/atom-vim-mode-plus-replace-with-execution","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-vim-mode-plus-replace-with-execution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-vim-mode-plus-replace-with-execution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-vim-mode-plus-replace-with-execution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t9md%2Fatom-vim-mode-plus-replace-with-execution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t9md","download_url":"https://codeload.github.com/t9md/atom-vim-mode-plus-replace-with-execution/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247107828,"owners_count":20884797,"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":["atom","vim-mode-plus"],"created_at":"2024-10-29T18:15:19.070Z","updated_at":"2025-04-04T02:10:54.084Z","avatar_url":"https://github.com/t9md.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/t9md/atom-vim-mode-plus-replace-with-execution.svg?branch=master)](https://travis-ci.org/t9md/atom-vim-mode-plus-replace-with-execution)\n\n# vim-mode-plus-replace-with-execution\n\nThis is operator plugin for [vim-mode-plus](https://atom.io/packages/vim-mode-plus).  \n\nReplace selected text with the result of stdout of execution.  \nSo, **you have to be very careful every time you use this command**.  \nDon't set keymap if you are working in critical environment to avoid unwanted invocation.\n\nPipe(`|`) is not supported.  \n\n![](https://raw.githubusercontent.com/t9md/t9md/eabb959026d79c19956a6d5d3569a47e8849989c/img/replace-with-execution.gif)\n\n## Configuration\n\n### registerToSelectList: (default false)\n\nRegister as member of transformers for `TransformStringBySelectList`.  \nYou have to restart Atom to make change take effect.\n\n### Invocation\n\nThree kinds of invocation.\n\n - Keymap\n - Command palette\n - From select-list prompted by  `vim-mode-plus:transform-string-by-select-list` command\n\n## Keymap example\n\nNo keymap by default. Set following keymap to in your `keymap.cson`.  \n\n```coffeescipt\n'atom-text-editor.vim-mode-plus.normal-mode, atom-text-editor.vim-mode-plus.visual-mode':\n  'f5': 'vim-mode-plus-user:replace-with-execution'\n  'shift-f5': 'vim-mode-plus-user:replace-with-execution-keep-original-text\n```\n\nor For specific grammar\n\n- Github markdown\n```coffeescipt\n'atom-text-editor.vim-mode-plus.normal-mode[data-grammar=\"source gfm\"],\n  atom-text-editor.vim-mode-plus.visual-mode[data-grammar=\"source gfm\"]':\n    'f5': 'vim-mode-plus-user:replace-with-execution'\n    'shift-f5': 'vim-mode-plus-user:replace-with-execution-keep-original-text'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft9md%2Fatom-vim-mode-plus-replace-with-execution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft9md%2Fatom-vim-mode-plus-replace-with-execution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft9md%2Fatom-vim-mode-plus-replace-with-execution/lists"}