It might just be me missing something here, but is it possible to search by filename or directory name?
Let's say I have a filename named "my_test_file.txt". In order for me to find it, I have to do the following:
- Set
Search text to .*
- Set
Filters::Include to test
- Set
Search behaviour to Regex.
- Potentially increase
File filters::Max size if the file is big.
The above won't work on directories, so if I have "my_test_dir", it won't be found.
Perhaps this is out of scope for the program, and it's ok if it is, but any chance there can be 2 search boxes? Search files/directories and Search text ? That way not only can I try to find specific files or directories, but also be able to limit my text search to only find content in that subset.
It might just be me missing something here, but is it possible to search by filename or directory name?
Let's say I have a filename named "my_test_file.txt". In order for me to find it, I have to do the following:
Search textto .*Filters::Includeto testSearch behaviourto Regex.File filters::Max sizeif the file is big.The above won't work on directories, so if I have "my_test_dir", it won't be found.
Perhaps this is out of scope for the program, and it's ok if it is, but any chance there can be 2 search boxes?
Search files/directoriesandSearch text? That way not only can I try to find specific files or directories, but also be able to limit my text search to only find content in that subset.