Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noma4i/subgrep

SublimeText Plugin to grep current file selecting lines that match pattern and show them in a view
https://github.com/noma4i/subgrep

grep sublimetext-plugin

Last synced: 3 days ago
JSON representation

SublimeText Plugin to grep current file selecting lines that match pattern and show them in a view

Awesome Lists containing this project

README

        

## SublimeText Grep

SublimeText Plugin grep any file/view/panel and show result with syntax highlighting.

### Quick Start
- Clone/download plugin to your SublimeText User folder under SubGrep

### Hotkeys
`Preferences: Package Settings > SubGrep > Key Bindings – User`:

### Hotkeys configuration:

```
{
"keys": ["shift+command+g"],
"command": "sub_grep"
}
```

### Functions

- Grep current file/view for selected text.

![grep](screenshots/showtime.gif?raw=true)