Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itzg/atom-greppen-grok
An Atom editor package to grep and grok text into just what you want
https://github.com/itzg/atom-greppen-grok
Last synced: about 1 month ago
JSON representation
An Atom editor package to grep and grok text into just what you want
- Host: GitHub
- URL: https://github.com/itzg/atom-greppen-grok
- Owner: itzg
- License: mit
- Created: 2015-05-11T02:21:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T13:12:14.000Z (9 months ago)
- Last Synced: 2024-05-01T21:49:46.662Z (7 months ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/greppen-grok
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# greppen-grok package for Atom
Use this [Atom](http://atom.io) package to grep and grok the current buffer into just what you want.
## For example...
Using regular expressions:
From
![Screenshot](http://i.imgur.com/5DFwl2H.png)to
![Result](http://i.imgur.com/mtrecM7.png)Removing blank lines:
![Screenshot of blank line regex](http://i.imgur.com/CenXfWk.png)Or grok a value out of
![Screenshot before grok](http://i.imgur.com/nQnz0zK.png)to
![result of grok](http://i.imgur.com/VFwvHER.png)