Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/himanoa/denite-git-grep


https://github.com/himanoa/denite-git-grep

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# Denite-git-grep

denite source for using git grep command

## Dependencies

- [denite.nvim](https://github.com/Shougo/denite.nvim)
- Git

## Usage

```
# Normal Search
Denite git-grep:
# ignore-case
Denite git-grep::-i
# word regex
Denite git-grep::-w

Other option
git grep --help
```