questions about commands #3178
-
Thanks for these 😊
QuestionI wanted to ask, is there a command which:
Found at other place:
|
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 14 replies
-
Hmm open files current directory was easiest as F2 (rename) then select another file to open and cancel the rename, you got both tabs HOWEVER there is a risk of unwittingly renaming current file by premature selection so now |
Beta Was this translation helpful? Give feedback.
-
So, can i change the program used (currently explorer) in |
Beta Was this translation helpful? Give feedback.
-
@yashpalgoyal1304 Could you expand on your use case i.e. what that "something else" is and why would it be better than Here are some possible soloutions:
If I added e.g. %d for "directory in which current file is", you could configure external viewer that is some kind of file manager and open it in the directory
In fact, I could implement all 3 above. But I would like to understand your use case first. |
Beta Was this translation helpful? Give feedback.
-
I just implemented 1) i.e. in latest pre-release (available in about an hour) you can use I've also added built-in I could also add auto-detection of popular file managers (including total commander) as built-ins, so that you don't have to configure them manually and they would show up in command palette. |
Beta Was this translation helpful? Give feedback.
-
Added auto-detection of Total Commander and Directory Opus and their commands so now you can use Command Palette to invoke them. Assumes they're installed in the same directory as on my machine, which is |
Beta Was this translation helpful? Give feedback.
-
with 1.4k ⭐ stars on github, is doublecmd popular enough? for introduction, it's native (as against java or electron), lightweight, FOSS, cross platform, keyboard oriented, and orthodox... i am not really good with judging popularity - i mean, we all do have some kind of bubble right 😅. so, just asking ur opinion! |
Beta Was this translation helpful? Give feedback.
-
Actually, I mis-read total vs. double in your post. Added support for Double Commander as well. Does Double Commander has a Currently it'll launch a new window every time, which might not be the best option. |
Beta Was this translation helpful? Give feedback.
-
@kjk |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
@goyalyashpal @tactilis @shohag-hawlader |
Beta Was this translation helpful? Give feedback.
@yashpalgoyal1304 Could you expand on your use case i.e. what that "something else" is and why would it be better than
Show File In Folder...
Here are some possible soloutions:
If I added e.g. %d for "directory in which current file is", you could configure external viewer that is some kind of file manager and open it in the directory
Currently commands don't take arguments but I could extend command system to take arguments, add a "exec" command and a way to specify file name, file directory etc. It would be like external viewer but via commands
notepad2 has it's own mini-file explor…