Add "Explore from here"

Features wanted...
Post Reply
mwoffenden
Posts: 96
Joined: 23 Feb 2009 22:13
Location: Boston, MA USA
Contact:

Add "Explore from here"

Post by mwoffenden »

One thing I truly miss from Windows Explorer is the ability to open a new instance with a particular folder as the root of the tree. It's a wonderful way to focus on a particular folder branch.

It's usually implemented with a registry tweak and the Explorer command line switch "/root", i.e.

C:\Windows\explorer.exe /root, "%1"

Would very much like to see this in a future version of XY.

Alternately, if we had a "/root" switch that functioned the same as that in Windows Explorer, we could create a similar registry tweak. I'd prefer to have it built into XY though, as messing with the registry is always risky.
Michael D. Woffenden, Information Results Corporation

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Add "Explore from here"

Post by serendipity »

You can use command-line switch to do this. For example you can select a folder and run this from address bar:

Code: Select all

  
::open """<xypath>/XYplorer.exe"" /ini=XYplorer.ini <curitem>";
You will get a new instance of XY with the selected folder as root folder.

mwoffenden
Posts: 96
Joined: 23 Feb 2009 22:13
Location: Boston, MA USA
Contact:

Re: Add "Explore from here"

Post by mwoffenden »

This switch, however, does not appear to do what I need. I need to start XY with a folder at the absolute root of the tree -- i.e. no higher folders are visible in the tree.
Michael D. Woffenden, Information Results Corporation

Gandolf

Re: Add "Explore from here"

Post by Gandolf »

What mwoffenden wants is to root to a particular folder i.e. if the command line to start XY is something like "C:\Program Files\XYplorer\XYplorer.exe /R:C:\Program Files\" then only directories below C:\Program Files\ are accessible and those above are not. Hence, C:\Windows would not be accessible (neither would any other drive), but C:\Program Files\AutoHotkey\ would be. The /R switch is what x² uses.

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Add "Explore from here"

Post by serendipity »

Oh i see! I was not aware of such an option at all in WE. Sounds like minitree kind of thing but with an important difference; "Hide higher folders".
One workaround is to turn on minitree and add current minitree to catalog as category.

mwoffenden
Posts: 96
Joined: 23 Feb 2009 22:13
Location: Boston, MA USA
Contact:

Re: Add "Explore from here"

Post by mwoffenden »

serendipity wrote:... add current minitree to catalog as category.
I could not figure out how to do that.
Michael D. Woffenden, Information Results Corporation

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

Re: Add "Explore from here"

Post by admin »

mwoffenden wrote:
serendipity wrote:... add current minitree to catalog as category.
I could not figure out how to do that.
When in MiniTree mode: R-click catalog / Insert as new category here / Current Mini Tree.

That sort of root folder setting is not supported nor planned in XY, sorry.

Don

mwoffenden
Posts: 96
Joined: 23 Feb 2009 22:13
Location: Boston, MA USA
Contact:

Re: Add "Explore from here"

Post by mwoffenden »

admin wrote:When in MiniTree mode: R-click catalog / Insert as new category here / Current Mini Tree.
Thanks, I tried this and it's nice. Wondering if there is a way to have mini-tree mode "switched on" before navigating to the item?
admin wrote:That sort of root folder setting is not supported nor planned in XY...
Thanks for your comment, Don. Hoping you can keep an open mind on this feature, and see what other users comment on the topic. Being able to open a new window with a folder at the root of the tree really is fabulous. :D
Michael D. Woffenden, Information Results Corporation

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

Re: Add "Explore from here"

Post by admin »

mwoffenden wrote:
admin wrote:When in MiniTree mode: R-click catalog / Insert as new category here / Current Mini Tree.
Thanks, I tried this and it's nice. Wondering if there is a way to have mini-tree mode "switched on" before navigating to the item?
No, but you can simply leave Mini Tree on all the time. Works great for me.

mwoffenden
Posts: 96
Joined: 23 Feb 2009 22:13
Location: Boston, MA USA
Contact:

Re: Add "Explore from here"

Post by mwoffenden »

admin wrote:...you can simply leave Mini Tree on all the time. Works great for me.
So I've been trying this approach for several days, and it's working very well for me. Not a replacement for "explore from here", mind you, but very good nonetheless.

I'm using a script to access commonly used folders. When I encounter a common folder not in the catalog, I add it in and next time it's available with 1-click. Very nice and thanks for the tip! :lol:
Michael D. Woffenden, Information Results Corporation

Post Reply