A fast file search utility for Unix-like systems based on GTK+3
-
Updated
Aug 22, 2020 - C
In App::GitFind::Actions, add do_foo() for any or all of the following foo:
amin anewer atime fstype
newer
used
Add a description, image, and links to the file-search topic page so that developers can more easily learn about it.
To associate your repository with the file-search topic, visit your repo's landing page and select "manage topics."
Regex operates on text, not binaries. As such, the current implementation simply reads the entire file into one string object.
While this approach avoids issues arising from buffered reading (such as a potential regex match getting cut-off), it poses a problem when a large file is encountered during file search.
This could be solved by allowing the user to specify a maximum file size, beyond whi