{"id":24058575,"url":"https://github.com/ninrod/evil-replace-with-char","last_synced_at":"2025-05-12T16:29:11.869Z","repository":{"id":94492857,"uuid":"112269474","full_name":"ninrod/evil-replace-with-char","owner":"ninrod","description":":zap: evil operator to replace chars of a text object with a char","archived":false,"fork":false,"pushed_at":"2018-03-24T22:11:09.000Z","size":21,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T00:30:16.372Z","etag":null,"topics":["emacs","evil","evil-mode","operator","package"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ninrod.png","metadata":{"files":{"readme":"readme.org","changelog":null,"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":"2017-11-28T01:27:45.000Z","updated_at":"2024-01-03T00:04:24.000Z","dependencies_parsed_at":"2023-04-12T23:47:39.855Z","dependency_job_id":null,"html_url":"https://github.com/ninrod/evil-replace-with-char","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/ninrod%2Fevil-replace-with-char","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninrod%2Fevil-replace-with-char/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninrod%2Fevil-replace-with-char/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ninrod%2Fevil-replace-with-char/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ninrod","download_url":"https://codeload.github.com/ninrod/evil-replace-with-char/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776323,"owners_count":21962472,"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":["emacs","evil","evil-mode","operator","package"],"created_at":"2025-01-09T05:59:07.445Z","updated_at":"2025-05-12T16:29:11.857Z","avatar_url":"https://github.com/ninrod.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* evil-replace-with-char\n\n[[https://travis-ci.org/ninrod/evil-replace-with-char.svg?branch=master][https://travis-ci.org/ninrod/evil-replace-with-char.svg?branch=master]]\n[[https://melpa.org/#/evil-replace-with-char][file:https://melpa.org/packages/evil-replace-with-char-badge.svg]]\n[[http://stable.melpa.org/#/evil-replace-with-char][file:http://stable.melpa.org/packages/evil-replace-with-char-badge.svg]]\n[[https://www.gnu.org/licenses/gpl-3.0.en.html][https://img.shields.io/badge/license-GPLv3-blue.svg]]\n\nevil operator to replace all chars of a text object with a char.\n\n* Installation\n\nplace the file in your load-path and write ~(require 'evil-replace-with-char)~ in your =~/.emacs.d/init.el=.\n\n# Just use [[https://melpa.org][MELPA]]. Here's an oneliner using [[https://github.com/jwiegley/use-package][use-package]]:\n\n# #+BEGIN_SRC emacs-lisp\n#   (use-package evil-replace-with-char :ensure t)\n# #+END_SRC\n\n* Usage\n\nThis package provides an evil operator, =zx= to replace all chars of a text object with a char.\nYou can customize the binding.\n\nTry using =zxiw=.\n\n* Examples\n\n- cursor is on =[]=\n\n#+BEGIN_SRC text\n|     []    |\n-\u003e zxi|-\n|----------|\n#+END_SRC\n\n* Customization\n\n- you can customize =replace-with-char='s binding as follows:\n\n#+BEGIN_SRC emacs-lisp\n  (define-key evil-normal-state-map \"gR\" 'evil-operator-replace-with-char)\n#+END_SRC\n\n* LICENSE\n\n- [[https://www.gnu.org/licenses/gpl-3.0.en.html][GNU General Public License v3]]\n#+BEGIN_SRC text\nGNU General Public License v3\nCopyright (c) 2017 Filipe Silva (ninrod)\n#+END_SRC\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninrod%2Fevil-replace-with-char","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fninrod%2Fevil-replace-with-char","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fninrod%2Fevil-replace-with-char/lists"}