Pygrep

The Python Graphical Grep-like Tool.

Description

Pygrep is a graphical tool similar to GNU "grep".

Usually, when you are developping a big application, you must battle with a lot of sources, and you need to search a lot of words (variables, function names, constants and so on). A lot of times, "grep" is powerful enougth to help you in your searchs, but other times it is not.

This program tries to help you in these cases:

License

This program is Free Software. I prefer to use the Spanish word "Libre" better than "Free", because it is "Free of Freedom, not Free of free beer".

You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See the license advisement for more information.

Manual

Sorry, but I have no time to be writen more documentation. Here you are the basics:

Introduction

The first thing you have to know is the screen distribution. You have a window with an entry box and two button over some tabs. Whenever you want, you can write something in the box and click "Search", "Search Again" or press Enter to begin the search. In addition, the "Search" tab will be shown.

Now I'm going to describe each tab.

Search Tab

You will see two tables: upper one has the files that matched with the number of matches in the file. Below, you can see the lines that matches inside the file you have selected in the upper table.

You can double-click on the files to open them or on the lines to open the files directly on the selected line.

Directories Tab

There are two tabs for configuration: directories and options. I separated them to avoid to see too much information. You will see 3 tables:

Options Tab

You can configure your Pygrep searchs here. If you want ignore case, search as a regular expresion or search complete words. You can ignore big files too.

The difficult part is the "Command to execute". Here you have a lot of help: you must insert the command you want to execute when you click one file/line in the "Search Tab". You have to change the line in order to configure your favourite editor. Some examples are provided. There are some letters that will be translated; they are shown in the right column.

Final

Well... I wrote Pygrep because I needed it. If it can help you, fine!; if it cannot, please, tell me what you need and I will study your proposal. Maybe you want to write your improvements: help is wellcome.

Thank you for using Pygrep and for tell me your oppinion.


miguelangel:DOT:garcia:AT:gmail:DOT:com

Last modified: Tue Oct 17 13:53:07 CEST 2006