https://github.com/willnet/agg
a grep command using ag (silver sercher) for emacs
https://github.com/willnet/agg
Last synced: 5 months ago
JSON representation
a grep command using ag (silver sercher) for emacs
- Host: GitHub
- URL: https://github.com/willnet/agg
- Owner: willnet
- Created: 2013-06-18T05:12:12.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-18T06:12:14.000Z (about 13 years ago)
- Last Synced: 2025-06-28T10:00:11.215Z (12 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 109 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# agg
a grep command using ag (silver sercher) for emacs
## install
```sh
git clone https://github.com/willnet/agg.git ~/.emacs.d/agg
```
```lisp
(add-to-list 'load-path "~/.emacs.d/agg")
(require 'agg)
```
## how to use
You can use agg command likes following.
```
M-x agg
```
Input a directory and a keyword for grep.