Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wilfred/ag.el
An Emacs frontend to The Silver Searcher
https://github.com/Wilfred/ag.el
Last synced: 2 days ago
JSON representation
An Emacs frontend to The Silver Searcher
- Host: GitHub
- URL: https://github.com/Wilfred/ag.el
- Owner: Wilfred
- Created: 2013-01-15T14:03:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T10:05:44.000Z (about 4 years ago)
- Last Synced: 2024-10-19T10:42:46.353Z (20 days ago)
- Language: Emacs Lisp
- Homepage: http://agel.readthedocs.org/en/latest/
- Size: 692 KB
- Stars: 524
- Watchers: 12
- Forks: 61
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-github-stars - Wilfred/ag.el - An Emacs frontend to The Silver Searcher (Emacs Lisp)
README
# ag.el
[![MELPA](http://melpa.org/packages/ag-badge.svg)](http://melpa.org/#/ag)
[![MELPA Stable](http://stable.melpa.org/packages/ag-badge.svg)](http://stable.melpa.org/#/ag)
[![Build Status](https://travis-ci.org/Wilfred/ag.el.svg)](https://travis-ci.org/Wilfred/ag.el)
[![Coverage Status](https://coveralls.io/repos/github/Wilfred/ag.el/badge.svg)](https://coveralls.io/github/Wilfred/ag.el)
[![Documentation Status](https://readthedocs.org/projects/agel/badge/?version=latest)](http://agel.readthedocs.io/en/latest/?badge=latest)Ag.el allows you to search using `ag` from inside Emacs. You can
filter by file type, edit results inline, or find files.Ag.el tries very hard to be Do-What-I-Mean, and will make intelligent
suggestions about what to search and which directories to search in.Documentation: http://agel.readthedocs.org/en/latest/index.html
Bugs: https://github.com/Wilfred/ag.el/issues
![screenshot](ag_el_screenshot.png)
## Alternatives
* Ag plugin for helm: https://github.com/syohex/emacs-helm-ag
* Ag plugin for counsel/ivy: https://github.com/abo-abo/swiper