Page 1 of 1

View | Tab | Filter By Selected Extension(s) -- Still needed?

Posted: 22 Sep 2021 17:00
by admin
IMO these commands can go now:
- View | Tab | Filter By Selected Extension(s)
- View | Tab | Filter Out Selected Extension(s)

Any objections?

PS: Easy to script if really needed (these commands stem from pre-scripting times)

PS2: The 2nd command does not even work if Configuration | Find and Filter | Filters & Type Ahead Find | Visual Filters | Enable extended pattern matching is off!

Re: View | Tab | Filter By Selected Extension(s) -- Still needed?

Posted: 22 Sep 2021 21:24
by klownboy
No objections from me. I don't use those.

Re: View | Tab | Filter By Selected Extension(s) -- Still needed?

Posted: 24 Sep 2021 13:15
by admin
OK, removed. 8)

Re: View | Tab | Filter By Selected Extension(s) -- Still needed?

Posted: 30 Nov 2022 05:16
by paul0
This filter is actually quite useful. I could not find it in xyplorer.

Is there any script for using now?

Re: View | Tab | Filter By Selected Extension(s) -- Still needed?

Posted: 30 Nov 2022 07:04
by paul0
found one post:
viewtopic.php?p=83748#p83748

This script is still not friendly enough.

Re: View | Tab | Filter By Selected Extension(s) -- Still needed?

Posted: 30 Nov 2022 07:44
by highend
And how would a "more friendly" script look like?

Re: View | Tab | Filter By Selected Extension(s) -- Still needed?

Posted: 30 Nov 2022 14:33
by yusef88
admin wrote: 22 Sep 2021 17:00 - View | Tab | Filter By Selected Extension(s)
$s=get("SelExt", " | ");filter "$s"

in Portable Openwith Menu

Code: Select all

+|"Filter By Selected Extension(s)|:vfset" *> ::end !<curitem>;$s=get("SelExt", " | ");filter "$s"

Re: View | Tab | Filter By Selected Extension(s) -- Still needed?

Posted: 30 Nov 2022 14:39
by GreetingsFromPoland
yusef88 wrote: 30 Nov 2022 14:33
admin wrote: 22 Sep 2021 17:00 - View | Tab | Filter By Selected Extension(s)
$s=get("SelExt", " | ");filter "$s"
thank you very much for this ! clean and easy to use.