Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himanoa/denite-git-grep
https://github.com/himanoa/denite-git-grep
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himanoa/denite-git-grep
- Owner: himanoa
- Created: 2017-10-19T00:37:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T01:36:31.000Z (about 7 years ago)
- Last Synced: 2024-12-08T21:41:43.200Z (25 days ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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::-wOther option
git grep --help
```