FindX

Other links:


Hosted on:
SourceForge.net Logo

License:
GPLv3 image

What is FindX

FindX is a file and directory search program.
It begun as personal need (having problems on Win XP when searching in directories that contained many files) and as a self training exercise for QT.

Current state

As of version 0.4 it can search for named files or folders either using DOS wild-card patterns or regular expressions and size constraints. Planned for next releases is searching for text in files using regular expressions.

Obtaining

Source code for all supported Operating Systems and possible binary releases can be downloaded from the project page on sourceforge.

License

This software is released under the GPL v3 license. You can read it online or download it

Compiling from source (unfinished)

You must first get the source code from the project page on sourceforge.
You also need the following libraries if you not already have them.

The recomended way of building the code is using qmake and the included .pro file. To do so you must open FindX.pro and replace the $(BOOST_INC), $(BOOST_LIB) and $(LOKI_INC) macros to whatever they resolve on your system.