Hello
I am an orphan of XTree. For years, I am testing various file manager. XY seems a good replacement for XTree.
Only a few questions: is it possible
- select files and folders from several different folders?
- see only the files and folders selected? (in XTree was "View All Tagged Files")
Thanks.
Tilvio
An orphan of XTree
Re: An orphan of XTree
Hi Tilvio, welcome.
http://www.xyplorer.com/xyfc/viewtopic. ... 695#p33695
http://www.xyplorer.com/xyfc/viewtopic. ... 355#p54355
"Filter by selected items"
filter '"Filter selected" ' . '"' . getinfo("SelectedItemsNames", """|""") . '"';
// or with v9.70.0002 - 2010-11-06 or newer:
filter '"Filter selected" ' . formatlist(getinfo("SelectedItemsNames", "|"), "q");
If you need more help... just ask.
You can do this with an script:Tilvio wrote:Hello
I am an orphan of XTree. For years, I am testing various file manager. XY seems a good replacement for XTree.
Only a few questions: is it possible
- select files and folders from several different folders?
http://www.xyplorer.com/xyfc/viewtopic. ... 695#p33695
You can do this with an script:- see only the files and folders selected? (in XTree was "View All Tagged Files")
http://www.xyplorer.com/xyfc/viewtopic. ... 355#p54355
"Filter by selected items"
filter '"Filter selected" ' . '"' . getinfo("SelectedItemsNames", """|""") . '"';
// or with v9.70.0002 - 2010-11-06 or newer:
filter '"Filter selected" ' . formatlist(getinfo("SelectedItemsNames", "|"), "q");
If you need more help... just ask.
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: An orphan of XTree
Stefan:
Any way to quickly toggle this between not selected excluding folders/not selected including folders?
Thanks!
Code: Select all
"Filter by selected items"
filter '"Filter selected" ' . '"' . getinfo("SelectedItemsNames", """|""") . '"';
// or with v9.70.0002 - 2010-11-06 or newer:
filter '"Filter selected" ' . formatlist(getinfo("SelectedItemsNames", "|"), "q");
Thanks!
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Re: An orphan of XTree
Don't hijack threads.SkyFrontier wrote:Any way to quickly toggle this between not selected excluding folders/not selected including folders?
Please ask this in that other thread
http://www.xyplorer.com/xyfc/viewtopic. ... 355#p54355
or open an new one
and describe better what you want, thanks!
Re: An orphan of XTree
I assume that you have looked at ZTreeWin (http://www.ztree.com/) which is based on XTreeGold.Tilvio wrote:Hello
I am an orphan of XTree. For years, I am testing various file manager...
-
admin
- Site Admin
- Posts: 64886
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: An orphan of XTree
Hello and welcome,Tilvio wrote:Hello
I am an orphan of XTree. For years, I am testing various file manager. XY seems a good replacement for XTree.
Only a few questions: is it possible
- select files and folders from several different folders?
- see only the files and folders selected? (in XTree was "View All Tagged Files")
sorry for the late reply! (I actually had replied on the same day but then apparently messed it up and managed to not post it...)
- select files and folders from several different folders?
Yes, in search results, or in the Catalog. The best strategy depends on what you want to do next.
BTW, in a future version there will be Virtual Folders which are pretty much made for this task.
- see only the files and folders selected?
Will be added to UI in one of the next versions.
Don
FAQ | XY News RSS | XY X
-
SkyFrontier
- Posts: 2341
- Joined: 04 Jan 2010 14:27
- Location: Pasárgada (eu vou!)
Re: An orphan of XTree
I wasn't aware of that other thread - and I believe that in your way of seeing this, even there you could consider thread hijacking (I would, if I were to patrol forums seeking stuff like that - but I really believe that a more flexible approach must be applied to everything, and remember that I was the guy who opened a poll earlier this year when a certain user started to act like a child or whatever he was trying to do, disrespecting users and etc. Each situation deserves a proper balanced measure).Stefan wrote:Don't hijack threads.SkyFrontier wrote:Any way to quickly toggle this between not selected excluding folders/not selected including folders?
Please ask this in that other thread
http://www.xyplorer.com/xyfc/viewtopic. ... 355#p54355
or open an new one
and describe better what you want, thanks!
I always try to gather stuff together (even references) so the forum hopefully won't be polluted by more of the same nor variations of variations of variations of threads. Please, understand my point of view (not to mention other users who contact me on the very opposite fashion, ie, asking to NOT start another thread if a matter is pretty similar to what is discussed).
As per your request, I'll open another thread regarding that, but not for now - quick answering some posts and need some rest...
Thank you!
New User's Ref. Guide and Quick Setup Guide can help a bit! Check XYplorer Resources Index for many useful links!
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Want a new XYperience? XY MOD - surfYnXoard
-coz' the aim of computing is to free us to LIVE...
Re: An orphan of XTree
This sounds good but I am a newer of XY. I was hoping they were native functions...Stefan wrote: You can do this with an script:
http://www.xyplorer.com/xyfc/viewtopic. ... 695#p33695
You can do this with an script:
http://www.xyplorer.com/xyfc/viewtopic. ... 355#p54355
Now I go to see how works the scripts.
Where can I begin? Is there an "Hello World" function?
Thank you.
Re: An orphan of XTree
See the answer from Admin above :-)Tilvio wrote: This sounds good but I am a newer of XY. I was hoping they were native functions...
Maybe this can help you? > How did you start scripting >> http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=5054Now I go to see how works the scripts.
Where can I begin? Is there an "Hello World" function?
Thank you.
Special the scripting tour >>>http://www.xyplorer.com/tour/index.php?page=scripting
If you need help on the scripts above you can ask here, or search for an related thread, or open an new one for your questions.
HTH?
Re: An orphan of XTree
Oh yes!!! It's great, fast, powerful but I'm bored of the old DOS interface...Forty-Two wrote: I assume that you have looked at ZTreeWin (http://www.ztree.com/) which is based on XTreeGold.
Just to have a complete thread about XTree clones:
ZTree (http://www.ztree.com/) the best, the most powerful - shareware
FILEXTREME (http://go.to/filextreme) faithful clone - seems freeware
XFile (http://www.coastline-software.com/) clone with some improvements - freeware (lite) and shareware (full)
Hope this is not too off topic...
Thank you.
Tilvio
Last edited by Tilvio on 16 Nov 2010 15:40, edited 2 times in total.
Re: An orphan of XTree
Don't worry, no hurryadmin wrote: sorry for the late reply!
Search results is OK. The Catalog: mean that I haven't fully understood this tool...admin wrote: - select files and folders from several different folders?
Yes, in search results, or in the Catalog. The best strategy depends on what you want to do next.
BTW, in a future version there will be Virtual Folders which are pretty much made for this task.
Waiting for Virtual Folders I go to learn The Catalog...
OK, thank you.admin wrote: - see only the files and folders selected?
Will be added to UI in one of the next versions.
XYplorer Beta Club