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

https://github.com/manateelazycat/grep-dired

Find name with given regexp, and show in dired.
https://github.com/manateelazycat/grep-dired

Last synced: 8 months ago
JSON representation

Find name with given regexp, and show in dired.

Awesome Lists containing this project

README

          

### What's this?
Find name with given regexp, and show in dired.

Then we can open file, edit file even use wdired do awesome operation!!!

## Installation
Then put grep-dired.el to your load-path.

The load-path is usually ~/elisp/.

It's set in your ~/.emacs like this:

```Elisp
(require 'grep-dired)
```

## Usage

Use command ```grep-dired-dwim``` search filename under current directory.

Use command ```grep-dired``` for customize search.