On July 12, version 0.3 was released FSearch — a utility for quickly searching files, modeled after Everything for Windows.
The project is written in C and GTK3, and is distributed under the GNU GPL 2.0 license.
FSearch features:
- instant results as you type;
- advanced search syntax;
- support for pattern and regular expression searches;
- filter support: search only files, directories, or both;
- inclusion or exclusion of specific directories from the database, with pattern support;
- quick sorting by file name, path, size, or modification time;
- customizable interface (e.g., switching between a traditional menu panel interface and a user-defined layout).
Changes:
- monitoring changes in the file system;
- individual indexing options for directories;
- enhanced exclusion rules: directories and files can be excluded from the index by fixed strings, patterns, or regular expressions;
- improved rescanning plans;
- added detection of reappeared indexed directories: for example, if a removable disk is disconnected and reconnected, it will be automatically detected and rescanned;
- added a welcome dialog with a brief list of new features;
- other improvements and bug fixes.
Source: linux.org.ru
