Skip to content
/ ag.el Public
forked from Wilfred/ag.el

An Emacs frontend to ag, ("the silver searcher" ack replacment)

Notifications You must be signed in to change notification settings

samertm/ag.el

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ag.el

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

Alternatives

Todo

  • Remove *-at-point commands in favour of always defaulting to the symbol at point.
  • Add aliases for the old command names to ensure backward compatibility.
  • Modify ag-regexp-project-at-point to quote the default search string, otherwise "foo.bar" will match other things.

About

An Emacs frontend to ag, ("the silver searcher" ack replacment)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Emacs Lisp 72.8%
  • Python 26.7%
  • Shell 0.5%