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: over 1 year ago
JSON representation
SublimeText Plugin to grep current file selecting lines that match pattern and show them in a view
- Host: GitHub
- URL: https://github.com/noma4i/subgrep
- Owner: noma4i
- Created: 2014-08-13T00:42:51.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T08:31:32.000Z (almost 12 years ago)
- Last Synced: 2025-02-18T01:45:02.462Z (over 1 year ago)
- Topics: grep, sublimetext-plugin
- Language: Python
- Size: 1.77 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
