{"id":18256665,"url":"https://github.com/honmaple/emacs-maple-iedit","last_synced_at":"2025-04-08T22:28:17.911Z","repository":{"id":145149437,"uuid":"200335411","full_name":"honmaple/emacs-maple-iedit","owner":"honmaple","description":"Emacs multiple cursors support based on iedit.","archived":false,"fork":false,"pushed_at":"2024-09-19T08:24:15.000Z","size":349,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T17:43:06.560Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/honmaple.png","metadata":{"files":{"readme":"README.org","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":"2019-08-03T05:22:52.000Z","updated_at":"2024-09-19T08:24:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b645866-29f1-44ae-8047-282e577c8cbe","html_url":"https://github.com/honmaple/emacs-maple-iedit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-iedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-iedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-iedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honmaple%2Femacs-maple-iedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honmaple","download_url":"https://codeload.github.com/honmaple/emacs-maple-iedit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247937899,"owners_count":21021380,"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-11-05T10:23:09.073Z","updated_at":"2025-04-08T22:28:17.892Z","avatar_url":"https://github.com/honmaple.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* emacs-maple-iedit\n  Emacs multiple cursors support based on iedit.\n\n** screenshot\n   [[https://github.com/honmaple/emacs-maple-iedit/blob/master/screenshot/example.gif]]\n\n** How to use\n   #+begin_src bash\n   git clone https://github.com/honmaple/emacs-maple-iedit ~/.emacs.d/site-lisp/maple-iedit\n   #+end_src\n\n   #+begin_src elisp\n     (use-package maple-iedit\n       :ensure nil\n       :commands (maple-iedit-match-all maple-iedit-match-next maple-iedit-match-previous)\n       :config\n       (setq maple-iedit-ignore-case t)\n\n       (defhydra maple/iedit ()\n         (\"n\" maple-iedit-match-next \"next\")\n         (\"t\" maple-iedit-skip-and-match-next \"skip and next\")\n         (\"T\" maple-iedit-skip-and-match-previous \"skip and previous\")\n         (\"p\" maple-iedit-match-previous \"prev\"))\n       :bind (:map evil-visual-state-map\n                   (\"n\" . maple/iedit/body)\n                   (\"C-n\" . maple-iedit-match-next)\n                   (\"C-p\" . maple-iedit-match-previous)\n                   (\"C-t\" . maple-iedit-skip-and-match-next)))\n   #+end_src\n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-iedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonmaple%2Femacs-maple-iedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonmaple%2Femacs-maple-iedit/lists"}