{"id":9407199,"url":"https://github.com/lambdalisue/vim-reword","last_synced_at":"2025-04-30T13:17:42.401Z","repository":{"id":43357800,"uuid":"272936828","full_name":"lambdalisue/vim-reword","owner":"lambdalisue","description":"🧬 Vim plugin to provide case-preserving substitutuion","archived":false,"fork":false,"pushed_at":"2022-03-06T00:39:14.000Z","size":46,"stargazers_count":45,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T13:17:22.816Z","etag":null,"topics":["case","substitution","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lambdalisue.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}},"created_at":"2020-06-17T09:47:55.000Z","updated_at":"2025-01-14T12:37:04.000Z","dependencies_parsed_at":"2022-08-20T00:40:24.822Z","dependency_job_id":null,"html_url":"https://github.com/lambdalisue/vim-reword","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-reword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-reword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-reword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lambdalisue%2Fvim-reword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lambdalisue","download_url":"https://codeload.github.com/lambdalisue/vim-reword/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251711871,"owners_count":21631297,"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":["case","substitution","vim"],"created_at":"2024-05-10T18:04:32.926Z","updated_at":"2025-04-30T13:17:42.347Z","avatar_url":"https://github.com/lambdalisue.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# 🧬 reword.vim\n\n![vim](https://github.com/lambdalisue/reword.vim/workflows/vim/badge.svg)\n![neovim](https://github.com/lambdalisue/reword.vim/workflows/neovim/badge.svg)\n![reviewdog](https://github.com/lambdalisue/reword.vim/workflows/reviewdog/badge.svg)\n\n![Support Vim 8.1 or above](https://img.shields.io/badge/support-Vim%208.1%20or%20above-yellowgreen.svg)\n![Support Neovim 0.4 or above](https://img.shields.io/badge/support-Neovim%200.4%20or%20above-yellowgreen.svg)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Doc](https://img.shields.io/badge/doc-%3Ah%20reword-orange.svg)](doc/reword.txt)\n\nReplace words in a buffer in case preserving manner, with live preview feature for Vim and Neovim.\n\n![Reword preview](https://user-images.githubusercontent.com/546312/85490727-3fd56080-b60d-11ea-9a8b-4571c3279dcd.gif)\n\n## Usage\n\nUse `Reword` command to replace the first word in a current line like:\n\n```\n:Reword/HelloWorld/FooBarHoge\n```\n\nAnd use `/g` flags to replace all words in a current line like:\n\n```\n:Reword/HelloWorld/FooBarHoge/g\n```\n\nPrepend `%` to replace all words in a buffer like:\n\n```\n:%Reword/HelloWorld/FooBarHoge/g\n```\n\nNote that the following substitutions will be applied as well with `:Reword` command\n\n| Name             | From          | To             | Disable flag |\n| ---------------- | ------------- | -------------- | ------------ |\n| `lowerCamelCase` | `helloWorld`  | `fooBarHoge`   | `l`          |\n| `snake_case`     | `hello_world` | `foo_bar_hoge` | `s`          |\n| `kebab-case`     | `hello-world` | `foo-bar-hoge` | `k`          |\n| `lower`          | `helloworld`  | `foobarhoge`   | `i`          |\n| `UPPER`          | `HELLOWORLD`  | `FOOBARHOGE`   | `i`          |\n\nUse above disable flags to disable each cases.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-reword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdalisue%2Fvim-reword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdalisue%2Fvim-reword/lists"}