amarghosh / searchplus

Automatically exported from code.google.com/p/searchplus
16 stars 8 forks source link

Search+

NOTE: The downloadbale binary file of the plugin was not copied when I migrated the project from Google code to github. For now, you're gonna have to checkout the code and build it yourself. I will add downloadable binaries when I get my hands on VS compiler.

Search+ is a notepad++ plugin that lets you search a file for multiple keywords in a single shot. You can specify a list of keywords to search for in the current file, and filter out lines that match any of the keywords in this list. It was developed mainly for analyzing large log files where you are interested in more than one keyword and the order in which they appear.

In case of any bugs or suggestions, please raise an issue or leave a comment here.

Installation

Usage

Other features and known issues