Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxed/lineops-intellij-plugin
Line operations based on bookmarks
https://github.com/boxed/lineops-intellij-plugin
Last synced: about 1 month 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T19:37:54.000Z (about 2 years ago)
- Last Synced: 2024-10-09T00:43:11.050Z (3 months ago)
- Language: Java
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- 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 linesThese set operations create a really powerful way to filter out log files or similar long line-based data.