Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noma4i/subgrep
- Owner: noma4i
- Created: 2014-08-13T00:42:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T08:31:32.000Z (about 10 years ago)
- Last Synced: 2024-05-08T22:15:54.848Z (6 months 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.
![grep](screenshots/showtime.gif?raw=true)