Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krasa/grepconsole
IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
https://github.com/krasa/grepconsole
intellij intellij-plugin java
Last synced: about 1 month ago
JSON representation
IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
- Host: GitHub
- URL: https://github.com/krasa/grepconsole
- Owner: krasa
- License: apache-2.0
- Created: 2012-11-13T19:10:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T07:55:39.000Z (3 months ago)
- Last Synced: 2024-10-01T10:02:52.487Z (about 1 month ago)
- Topics: intellij, intellij-plugin, java
- Language: Java
- Homepage:
- Size: 14.9 MB
- Stars: 438
- Watchers: 19
- Forks: 57
- Open Issues: 35
-
Metadata Files:
- Readme: README.asciidoc
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
==== https://plugins.jetbrains.com/plugin/7125[Grep Console - IntelliJ plugin]
image::https://img.shields.io/badge/donate-paypal-black.svg[link="https://www.paypal.me/VojtechKrasa"]== Features
- grep output into a new console tab
- change colors of matching text or lines
- filter out unwanted lines
- change output or execute any action using custom groovy scripts or plugins
- fold output
- clear console
- play sounds
- tail files - by folder/wildcard/newest - using a Run Configuration or manually
- toggle highlight of all occurrences of the selected text in the editor
- highlight editor according to console settings- new Logcat is not supported https://github.com/krasa/GrepConsole/issues/267[#267]
- JS/NPM/GoLand/... Terminals are not supported - https://youtrack.jetbrains.com/issue/IDEA-216442[IDEA-216442]---
image::screenshotColors.png[]
image::screenshotGrepSubConsole.png[]---
=== Extensions
- using https://plugins.jetbrains.com/plugin/7282-liveplugin[LivePlugin]: (https://github.com/krasa/GrepConsole/blob/master/extension.avi?raw=true[avi])
image::extension.gif[]
- plugin example: https://github.com/krasa/GrepConsole-Extension-Example
---
== Development notes
- configure `Build and run using` for faster Hot Swap:
image::gradleSetup.png[]
Inspired by http://marian.schedenig.name/projects/grep-console/[Grep Console plugin for Eclipse].
Used http://plugins.jetbrains.com/plugin/6027?pr=idea[Remote call plugin] implementation for http integration.---
image::https://www.yourkit.com/images/yklogo.png[]
YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of https://www.yourkit.com/java/profiler/[YourKit Java Profiler]
and https://www.yourkit.com/.net/profiler/[YourKit .NET Profiler],
innovative and intelligent tools for profiling Java and .NET applications.