https://github.com/boxed/lineops-intellij-plugin
Line operations based on bookmarks
https://github.com/boxed/lineops-intellij-plugin
Last synced: about 1 year ago
JSON representation
Line operations based on bookmarks
- Host: GitHub
- URL: https://github.com/boxed/lineops-intellij-plugin
- Owner: boxed
- License: mit
- Created: 2014-03-12T19:05:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T19:37:54.000Z (over 3 years ago)
- Last Synced: 2025-03-20T11:09:25.760Z (over 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
LineOps
=======================
An IntelliJ plugin for line operations based on bookmarks. If you've ever used TextPad this should be familar, if not, then look at the feature list:
- Bookmark all lines matching a string
- Remove bookmark for all lines matching a string
- Invert bookmarks (i.e. bookmark all non-bookmarked lines and un-bookmark all non-bookmarked lines)
- Cut/copy/delete all bookmarked lines
These set operations create a really powerful way to filter out log files or similar long line-based data.