{"id":13862556,"url":"https://github.com/zk-phi/phi-grep","last_synced_at":"2025-04-14T13:05:01.900Z","repository":{"id":24002259,"uuid":"27386063","full_name":"zk-phi/phi-grep","owner":"zk-phi","description":"Interactively-editable recursive grep implementation in elisp","archived":false,"fork":false,"pushed_at":"2022-10-04T08:37:14.000Z","size":6587,"stargazers_count":30,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-05T06:06:02.546Z","etag":null,"topics":["emacs"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zk-phi.png","metadata":{"files":{"readme":"Readme.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-01T15:40:23.000Z","updated_at":"2024-06-13T10:23:27.000Z","dependencies_parsed_at":"2023-01-14T08:30:21.903Z","dependency_job_id":null,"html_url":"https://github.com/zk-phi/phi-grep","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/zk-phi%2Fphi-grep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fphi-grep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fphi-grep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zk-phi%2Fphi-grep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zk-phi","download_url":"https://codeload.github.com/zk-phi/phi-grep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223634001,"owners_count":17176871,"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"],"created_at":"2024-08-05T06:01:47.312Z","updated_at":"2024-11-08T04:35:06.449Z","avatar_url":"https://github.com/zk-phi.png","language":"Emacs Lisp","readme":"* phi-grep.el\n\nElisp 実装の編集可能な再帰 grep\n\ninteractively-editable recursive grep implementation in elisp\n\n** Screencast\n\n[[screencast.gif]]\n\n** Usage\n\nRequire this script\n\n: (require 'phi-grep)\n\nthen following commands are available.\n\n- phi-grep-in-file :: grep in a single file\n- phi-grep-in-directory :: recursive grep in a directory tree\n\nIn dired-mode buffers, following commands are available in addition.\n\n- phi-grep-dired-in-dir-at-point :: grep in a directory at point\n- phi-grep-dired-in-file-at-point :: grep in a file at point\n- phi-grep-dired-in-marked-files :: grep in all marked files\n- phi-grep-dired-in-all-files :: grep in all listed files\n- phi-grep-dired-dwim :: automatically choose one of above\n\nIn the phi-grep result buffer, you can also perform a recursive grep.\n\n- phi-grep-recursive :: grep within the files in the current result\n\nYou can exit phi-grep with one of [C-g] or [RET]. [C-g] will jump you\nback to the original position where phi-grep is invoked, and [RET]\ndoes not.\n\nYou can optionally edit the result of grep, and you will asked whether\nto commit changes or not.\n\n** Advantages\n\n- Implemented in pure Elisp.\n\n  - phi-grep can also search in opened buffers (not only files on the\n    disk), thus the result can reflect unsaved changes.\n\n  - phi-grep does not depends on the external command \"grep\". So you\n    can do grep-and-edit on every OS that Emacs can run on.\n\n- Result is editable INTERACTIVELY with preview.\n\n- Result is consistent even when you edit some parts of matched files\n  after phi-grep.\n","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fphi-grep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzk-phi%2Fphi-grep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzk-phi%2Fphi-grep/lists"}