Find files: Plugins
(click on a page)
Plugins
This page allows to search using content plugins, e.g. for special file attributes or contents. You can find additional content plugins on our homepage.
Field Meaning
Search in plugins Here you can enable/disable the search in plugins without having to clear the entire list.
Combine with If you define multiple plugin search rules, you can choose how to combine them.
AND(all match) All the rules must be true for a match. Example: You are looking for a file which is larger than 1 MB but smaller than 2 MB. You can define two rules, one >1 MB and one <2 MB, and both must be met.
OR (any match) It is sufficient if any of the given rules is true. Example: You are looking for files which have either the hidden or the system attribute set.
Plugin Name of the plugin containing the properties. tc means Total Commander's internal properties, e.g. file size, date, time etc. Additional plugins can be found on our homepage.
Property The properties supported by the plugin.
OP One of the following compare operations:
= equal
!= not equal
=(case) equal, case-sensitive
!=(case) not equal, case-sensitive
> larger
< smaller
>= larger or equal
<= smaller or equal
contains string contains specific text
!contains string does not contain specific text
cont.(case) string contains specific text, case-sensitive
!cont.(case) string does not contain specific text, case-sensitive
regex regular expression
Value The value for which you want to search. For date and time, use the format displayed in Total Commander's main file windows. For some numeric fields, you will also be able to choose a unit, e.g. bytes or kbytes.
More rules Appends a new line for an additional rule
Less rules Deletes the last rule.