Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willnet/agg
a grep command using ag (silver sercher) for emacs
https://github.com/willnet/agg
Last synced: 2 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-18T06:12:14.000Z (over 11 years ago)
- Last Synced: 2025-01-02T23:33:14.276Z (10 days 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.