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.
- Host: GitHub
- URL: https://github.com/manateelazycat/grep-dired
- Owner: manateelazycat
- Created: 2018-10-11T17:06:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T17:50:59.000Z (about 7 years ago)
- Last Synced: 2024-12-30T19:35:16.128Z (10 months ago)
- Language: Emacs Lisp
- Size: 384 KB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.