Page 1 of 1

[solved] script for a tag

Posted: 09 Sep 2026 20:59
by lian00
Hello, I’ve put in a button this script for showing all the files with a certain tag

Code: Select all

?tags:"disponibles" /rv;
But it doesn’t work

Re: script for a tag

Posted: 09 Sep 2026 21:19
by highend
This is not a script, it's a search pattern...

Where should it search in the current folder or globally?

Re: script for a tag

Posted: 09 Sep 2026 23:37
by lian00
highend wrote: 09 Sep 2026 21:19 This is not a script, it's a search pattern...

Where should it search in the current folder or globally?
Yes, in the current directory. So it can work only in Quick Search ?

Re: script for a tag

Posted: 09 Sep 2026 23:47
by highend
No, ofc this can work as a script:
goto "<curpath>?tags: disponibles /v";

Re: script for a tag

Posted: 11 Sep 2026 15:39
by lian00
highend wrote: 09 Sep 2026 23:47 No, ofc this can work as a script:
goto "<curpath>?tags: disponibles /v";
It works! Thanks a lot. I’m afraid I will never master XYplorer scripting… :(