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

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post 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!

klownboy
Posts: 4109
Joined: 28 Feb 2012 19:27

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

Post by klownboy »

No objections from me. I don't use those.
Windows 11, 22H2 Build 22621.1555 at 100% 2560x1440

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

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

Post by admin »

OK, removed. 8)

paul0
Posts: 137
Joined: 23 Oct 2009 19:26

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

Post by paul0 »

This filter is actually quite useful. I could not find it in xyplorer.

Is there any script for using now?

paul0
Posts: 137
Joined: 23 Oct 2009 19:26

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

Post by paul0 »

found one post:
viewtopic.php?p=83748#p83748

This script is still not friendly enough.

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

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

Post by highend »

And how would a "more friendly" script look like?
One of my scripts helped you out? Please donate via Paypal

yusef88
Posts: 1123
Joined: 28 Jan 2013 03:50
Location: Windows 8.1 32-bit

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

Post 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"
Last edited by yusef88 on 30 Nov 2022 14:45, edited 2 times in total.

GreetingsFromPoland
Posts: 216
Joined: 29 Sep 2022 14:20

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

Post 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.

Post Reply