Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.