{"id":24510028,"url":"https://github.com/chamal1120/easyedit.nvim","last_synced_at":"2025-06-18T15:36:52.728Z","repository":{"id":273213557,"uuid":"918935374","full_name":"Chamal1120/easyedit.nvim","owner":"Chamal1120","description":"A simple neovim plugin to ease out lengthy vim cmds for RegEx based text editing","archived":false,"fork":false,"pushed_at":"2025-02-19T16:44:45.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T09:27:42.879Z","etag":null,"topics":["lua","neovim","neovim-plugin","regex"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/Chamal1120.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":"2025-01-19T09:14:59.000Z","updated_at":"2025-02-19T16:44:48.000Z","dependencies_parsed_at":"2025-01-19T14:44:24.575Z","dependency_job_id":"819a3982-6b77-416d-9272-20e3f8321928","html_url":"https://github.com/Chamal1120/easyedit.nvim","commit_stats":null,"previous_names":["chamal1120/easyedit.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chamal1120/easyedit.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Feasyedit.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Feasyedit.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Feasyedit.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Feasyedit.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chamal1120","download_url":"https://codeload.github.com/Chamal1120/easyedit.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chamal1120%2Feasyedit.nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260580817,"owners_count":23031477,"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":["lua","neovim","neovim-plugin","regex"],"created_at":"2025-01-22T00:24:40.199Z","updated_at":"2025-06-18T15:36:47.716Z","avatar_url":"https://github.com/Chamal1120.png","language":"Lua","readme":"\u003cdiv align=\"center\"\u003e\n\n# EasyEdit.nvim\n\n![GitHub License](https://img.shields.io/github/license/Chamal1120/easyedit.nvim?style=for-the-badge\u0026logo=google%20docs\u0026logoColor=ffffff)\n\nA neovim plugin consisting my custom shortcuts for fast file editing with [RegEx](https://en.wikipedia.org/wiki/Regular_expression) patterns.\n\n\u003c/div\u003e\n\n## Installation\n\nUsing lazy.nvim:\n\n```lua\nreturn {\n  -- Other plugins...\n  {\n    \"Chamal1120/easyedit.nvim\",\n    config = function()\n      require(\"easyEdit\").setup()\n    end,\n  },\n}\n\n```\n\n## Usage\n\n01. To rename all occurances of the same word in the current buffer:\n\n`:WR Existing_Word New_Word `\n\n(More shortcuts coming soon..)\n\n## Contributing\n\nA hobby project started coz I was annyoed by typing lengthy Regexp patterns. This is Open Source, so any contribution is welcome.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamal1120%2Feasyedit.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchamal1120%2Feasyedit.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchamal1120%2Feasyedit.nvim/lists"}