How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
How could one make Everything open a folder when double clicking (or click on "Explor Path" in the context menu) on it in a panel of FreeCommander or Q-Dir instead of in Win Explorer?
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
From the support site: http://www.voidtools.com/support/everyt ... stomizing/
External File Manager
To open paths in an external file manager:
In Everything, from the Tools menu, click Options.
Click the Context Menu tab.
Select Open Path.
Change the command to:
$exec("C:\ExternalFileManager\ExternalFileManager.exe" "%1")
Where C:\ExternalFileManager\ExternalFileManager.exe is the location of the external file manager.
Use $$, $%, $( and $) to escape $, %, ( and ).
Check your external file manager help for any required command line parameters.
Click OK.
External File Manager
To open paths in an external file manager:
In Everything, from the Tools menu, click Options.
Click the Context Menu tab.
Select Open Path.
Change the command to:
$exec("C:\ExternalFileManager\ExternalFileManager.exe" "%1")
Where C:\ExternalFileManager\ExternalFileManager.exe is the location of the external file manager.
Use $$, $%, $( and $) to escape $, %, ( and ).
Check your external file manager help for any required command line parameters.
Click OK.
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
Many thanks, got it working.
Is there a way to open a folder in e.g. Q-Dir already open and not opening a new instance of Q-Dir?
Is there a way to open a folder in e.g. Q-Dir already open and not opening a new instance of Q-Dir?
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
You're welcome!Biff wrote:Many thanks, got it working.
Is there a way to open a folder in e.g. Q-Dir already open and not opening a new instance of Q-Dir?
Single instance is actually a Q-Dir setting. It's in the Q-Dir menu: Extras > Q-Dir as default browser > Open in new Tab, in the running instance.
If this folder is already opened in a tab in the running Q-Dir, it will use that tab, instead of opening a new one.
No available command-line options to influence this behaviour AFAIK. Q-Dir is a really awesome program (my default file manager; exit Explorer), but documentation ....
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
Great, many thanks. Enabled.
Thank you very much again
I have been there before but I haven't noticed that option for this purpose.Single instance is actually a Q-Dir setting. It's in the Q-Dir menu: Extras > Q-Dir as default browser > Open in new Tab, in the running instance.
Yes, indeed, thank goodness that option is available.No available command-line options to influence this behaviour AFAIK. Q-Dir is a really awesome program (my default file manager; exit Explorer), but documentation ....
Thank you very much again
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
Thank *you* very much! I'm quite new to this Everything game and these questions help me discover the possibilities of it (and man .. it has no end ...)Biff wrote:Great, many thanks. Enabled.
I have been there before but I haven't noticed that option for this purpose.Single instance is actually a Q-Dir setting. It's in the Q-Dir menu: Extras > Q-Dir as default browser > Open in new Tab, in the running instance.
Yes, indeed, thank goodness that option is available.No available command-line options to influence this behaviour AFAIK. Q-Dir is a really awesome program (my default file manager; exit Explorer), but documentation ....
Thank you very much again
Luckily the Everything documentation is *very* good, complete and organized At least in my opinion.
(use http://www.voidtools.com/support/everything/ as a starting point and pick what you want from the left pane)
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
Oops, I thought you were an expert since some years or so. No, no, I have to say thank you. I use it since years or many years and do not have any idea.Thank *you* very much! I'm quite new to this Everything game and these questions help me discover the possibilities of it (and man .. it has no end ...)
Yes, yes, the documentation is very good, actually I should be able to find some answeres by msyself but...some smartness is missing. Thank you for the link.Luckily the Everything documentation is *very* good, complete and organized At least in my opinion.
(use http://www.voidtools.com/support/everything/ as a starting point and pick what you want from the left pane)
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
Hello! I'm a Q-Dir fan too, and it works great with that tool (one instance), except with another software which I love too: Listary. It makes easier to navegate files, folders and drives. Listary is a great companion to any file manager, it has a feature to set up the one you want, and allow to set "%1" so that it will start in the directory you select, and it actually does, but it always open a new instance of Q-dir. I guess I must add something to that "%1"... Any help?Biff wrote:Great, many thanks. Enabled.
I have been there before but I haven't noticed that option for this purpose.Single instance is actually a Q-Dir setting. It's in the Q-Dir menu: Extras > Q-Dir as default browser > Open in new Tab, in the running instance.
Yes, indeed, thank goodness that option is available.No available command-line options to influence this behaviour AFAIK. Q-Dir is a really awesome program (my default file manager; exit Explorer), but documentation ....
Thank you very much again
See: http://www.listary.com/docs/use-listary ... le-manager
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
You do realize that you ask on the forum of Application A, how to integrate Application B with Application C ?Allekz wrote: Hello! I'm a Q-Dir fan too, and it works great with that tool (one instance), except with another software which I love too: Listary. It makes easier to navegate files, folders and drives. Listary is a great companion to any file manager, it has a feature to set up the one you want, and allow to set "%1" so that it will start in the directory you select, and it actually does, but it always open a new instance of Q-dir. I guess I must add something to that "%1"... Any help?
See: http://www.listary.com/docs/use-listary ... le-manager
Anyway, I think I can help you (without knowing Listery), as I did some debugging on Q-Dir while ago
Turns out, you can use this:
Code: Select all
QDIR.exe /e>%1>
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
NotNull: it worked!!! Thank you so much!!!! I did realize that I asked in Application A forum, how to integrate Application B with Application C, hahaha, and belive me I had no choice, Q-Dir doesn't offer customer support, and Listary couldn't find out, so far. Google brought me here (by searchong Q-Dir troubles), then I can enjoy now not only Q-Dir and Listary (two of my favorite desktop tools) but also literally Everything, which seems to become another one of my favorites. Thank you, thank you, thank you!!!
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
Just when I was thinking seriously about leaving this Everything forum, because there are way too many "hit and run" people (*), you send a message like this! Thank *you*. I'm good for at least another weekAllekz wrote:NotNull: it worked!!! [...] thank you!!!
(*) Those people that leave a forum conversation halfway. They are never to be heard from after their problem was solved (or not; nobody knows..)
I *really* dislike that. At least let the people on the forum know if it worked or not. Other people will benefit from that.
Re: How could one make Everything open a folder when double clicking on it in a panel of FreeCommander or Q-Dir?
Totally agree. By the way, I've let Listary forum* know the help you gave to me. I hope this promotes that good habit to be greatful and moves everyone to share their discoveries. Cheers!
(*) http://discussion.listary.com/t/q-dir-s ... ved/4005/3
(*) http://discussion.listary.com/t/q-dir-s ... ved/4005/3