{"id":16935833,"url":"https://github.com/knu/replace-with-inflections.el","last_synced_at":"2025-03-21T05:13:25.806Z","repository":{"id":66032556,"uuid":"102728802","full_name":"knu/replace-with-inflections.el","owner":"knu","description":"Provides query-replace-names-with-inflections","archived":false,"fork":false,"pushed_at":"2024-01-22T09:29:24.000Z","size":9,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-26T01:41:47.975Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knu.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},"funding":{"github":"knu"}},"created_at":"2017-09-07T11:25:01.000Z","updated_at":"2024-01-22T09:29:07.000Z","dependencies_parsed_at":"2024-11-26T12:22:52.190Z","dependency_job_id":"5433d8ad-684c-46f7-bde4-ee1abfd8c07b","html_url":"https://github.com/knu/replace-with-inflections.el","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Freplace-with-inflections.el","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Freplace-with-inflections.el/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Freplace-with-inflections.el/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Freplace-with-inflections.el/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knu","download_url":"https://codeload.github.com/knu/replace-with-inflections.el/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739958,"owners_count":20501992,"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":[],"created_at":"2024-10-13T20:55:27.365Z","updated_at":"2025-03-21T05:13:25.785Z","avatar_url":"https://github.com/knu.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/knu"],"categories":[],"sub_categories":[],"readme":"# replace-with-inflections.el\n\nThis package currently provides the following function:\n\n* `query-replace-with-inflections`\n\nThis is an \"inflection\" aware version of `query-replace`.  For\nexample, replacing `foo_bar` with `baz_quux` will also replace\n`foo_bars` with `baz_quuxes`, `FooBar` with `BazQuux`, `FOO_BAR` with\n`BAZ_QUUX`, and so on.\n\nRead the docstring for details.\n\n## References\n\nFor the term \"inflection\", refer to the following packages which this\nlibrary depends on:\n\n* [inflections](https://github.com/eschulte/jump.el)\n* [string-inflection](https://github.com/akicho8/string-inflection)\n\n## Installation\n\nThis package is available on [MELPA](http://melpa.org/#/replace-with-inflections)/[MELPA Stable](http://stable.melpa.org/#/replace-with-inflections)\n\n```\nM-x package-install replace-with-inflections\n```\n\n## Configuration\n\nHere's my suggested settings:\n\n```elisp\n(define-key search-map \"n\" 'query-replace-with-inflections)\n```\n\n## Author\n\nCopyright (c) 2017-2024 Akinori MUSHA.\n\nLicensed under the 2-clause BSD license.  See `LICENSE.txt` for\ndetails.\n\nVisit [GitHub Repository](https://github.com/knu/replace-with-inflections.el)\nfor the latest information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Freplace-with-inflections.el","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknu%2Freplace-with-inflections.el","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Freplace-with-inflections.el/lists"}