filter [filterspec], [flags], [filter name] - ?

Features wanted...
Post Reply
zakhar
Posts: 179
Joined: 08 Sep 2010 21:13

filter [filterspec], [flags], [filter name] - ?

Post by zakhar »

Hello, Dear XYplorer Community!
I am using SC filter after preparing SC quicksearch results as a database with ";" delimiter.
Such a database contains very many file names or their parts,
so that after applaying the SC filter, the line on the top of the file list
is not completelly readable - the content of the database takes normally too many place in that line
and is normally too long.
The question is:
May be it is reasonable to add to the SC filter a flag / a switch,
which would define the text shown in the above mentioned line on the top of the list
(for example a manually defined filter name with a user difined length),
which would have an appropriate, user defined length?
Something like "filter [filterspec], [flags], [filter name]".

jupe
Posts: 3323
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: filter [filterspec], [flags], [filter name] - ?

Post by jupe »

Already possible, eg

filter '"caption" ext:txt';

zakhar
Posts: 179
Joined: 08 Sep 2010 21:13

Re: filter [filterspec], [flags], [filter name] - ?

Post by zakhar »

jupe wrote: 15 Nov 2024 00:03
Thank you, jupe!
It works in another way for me, no single quotes:

Code: Select all

filter "caption" $db;

Post Reply