{"id":21326912,"url":"https://github.com/gexplorer/ag-popup","last_synced_at":"2026-07-14T14:08:49.800Z","repository":{"id":74608650,"uuid":"317530543","full_name":"gexplorer/ag-popup","owner":"gexplorer","description":"The power of searching with ag with transient popups Magit style.","archived":false,"fork":false,"pushed_at":"2021-01-14T15:51:44.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T00:25:50.437Z","etag":null,"topics":["emacs","emacs-package","search"],"latest_commit_sha":null,"homepage":"","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/gexplorer.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":"2020-12-01T12:14:22.000Z","updated_at":"2021-10-28T17:02:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"af64275b-59e3-4177-96e4-3ef073b95cad","html_url":"https://github.com/gexplorer/ag-popup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gexplorer/ag-popup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexplorer%2Fag-popup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexplorer%2Fag-popup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexplorer%2Fag-popup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexplorer%2Fag-popup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gexplorer","download_url":"https://codeload.github.com/gexplorer/ag-popup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gexplorer%2Fag-popup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35464674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","emacs-package","search"],"created_at":"2024-11-21T21:12:22.279Z","updated_at":"2026-07-14T14:08:49.784Z","avatar_url":"https://github.com/gexplorer.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ag-popup\n\nThe power of searching with [ag](https://github.com/ggreer/the_silver_searcher) with transient popups [Magit](https://github.com/magit/magit) style.\n\n# Usage\n\nThis package provides a transient popup to configure the arguments of [ag](https://github.com/ggreer/the_silver_searcher) but it **does not** perform the search, instead it relies in the variable **ag-popup-function** to do it.\n\n## Using counsel\n\nIf [ivy](https://github.com/abo-abo/swiper) is your completion mechanism of choice, and you use the great [counsel](https://github.com/abo-abo/swiper#counsel) package you can improve `counsel-ag` with:\n\n```elisp\n(defun ag-popup-counsel (directory args)\n  \"Search using `counsel-ag' in DIRECTORY with ARGS.\"\n  (counsel-ag \"\" directory (mapconcat 'identity args \" \")))\n  \n(setq ag-popup-function #'ag-popup-counsel)\n```\n\n## Using ag.el\n\nIf you want to use [ag.el](https://github.com/Wilfred/ag.el) to do your searching, you can easily improve it with:\n\n```elisp\n(defun ag-popup-ag (directory args)\n  \"Search using `ag' in DIRECTORY with ARGS.\"\n  (let ((string (read-from-minibuffer \"Search string: \"))\n        (ag-arguments (append ag-arguments args)))\n    (ag/search string directory)))\n    \n(setq ag-popup-function #'ag-popup-ag)\n```\n\n# Preview\n\n![ag-popup](screenshot.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgexplorer%2Fag-popup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgexplorer%2Fag-popup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgexplorer%2Fag-popup/lists"}