Multi Commander > Support and Feedback
Custom filters
hmbert:
Hello MC geeks,
I was wondering, would it be possible to define custom filters which would behave similarly to !today filter? Lets say, !size10, would filter out all more than 10MB files.
Any filters similar to !today?
Mathias (Author):
No it is currently only supported by the expand/shrink selections. not view filters.
It was planed for 5.1 but time run out and it was not finished. However most of the work is already there so it will be completed for next release.
Mathias (Author):
in version 5.1.1 this is now starting to work.
You can now enter filters like
>500G = Show item larger then 500Gigabytes
<40M = show items less then 40Megabytes
>40K = Show items less then 40 kilobytes.
hmbert:
Hi Mathias,
many thanks for the feedback. Waiting for the next release! May I bother you to share with us:
1. how to define custom filter for the expand/shrink selections
2. list of all filters similar to:
!today,
>500G = Show item larger then 500Gigabytes
<40M = show items less then 40Megabytes
>40K = Show items less then 40 kilobytes.
Thanks!!
Jungle:
1. You may right click either on Fiter icon or Select/Unselect icon and customize filters
2. You may create user defined command like (Configuration > User Defined Commands, New, Command type = Custom command)
--- Code: ---MC.Explorer.Selection.Select FILTER="<10K"
--- End code ---
or
--- Code: ---MC.Explorer.SetViewFilter FILTER=">40K"
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version