krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
436 stars 57 forks source link

"add grep" command #193

Closed axaluss closed 2 years ago

axaluss commented 3 years ago

grep command is very handy to quick filter some logs. image

Describe the solution you'd like To make greping even more useful, it would be incredibly helpful to create a method to combine multiple grep expressions into one grep window.

This could be done by allowing a multi select instead of a single select in the Expression dropdown. image

And/or there could be another context menu entry add grep that then opens a menu to select the grep window(s) to add the grep expression to.

krasa commented 3 years ago

you can use regexp for that foo|bar

axaluss commented 3 years ago

I could, but writing regex is error prone and not very user friendly. Why do it by hand if the plugin can do it for me?

krasa commented 2 years ago

Just to be clear, should multiple expressions do AND or OR?

krasa commented 2 years ago

relates to #126

axaluss commented 2 years ago

An OR mode would be nice. To see messages in the same log in order to each other. Piecing together logs from multiple grep terms in different tabs is hard to do.

krasa commented 2 years ago

you can try it if you want: GrepConsole.zip

axaluss commented 2 years ago

well done! 👏 👏 👏 image