Do you want to see What's new in 1.2.0?

Introduction

GrepClipse is an easy way to filter an Eclipse console's content, or a file in the file system, through a regular expression as you'll do it on a *nix console through the commands grep -n <regexpr> <currentConsoleContent> followed by tail -nf <newConsoleContent> | grep <regexpr> helping the analysis of logs during the execution of a process.

Requirements