1

1. Briefly

I don't find, how I can run ConEmu + Far in current folder.


2. Detail

  1. I don't set ConEmu + Far in ConEmu Open Sublime Text package.
  2. I don't set, how ConEmu + Far open in ConEmu Here.

3. Did not help

  1. Sublime Text package have a line:

    command= "start conemu.exe /Single /Dir \""+dirname+"\" /cmdlist powershell -new_console:t:\""+title+"\""
    

    PowerShell run for me in current folder. If I replace in this line powershell to cmd → default console run for me in current folder. But If I replace in line powershell to far → ConEmu + Far open for me in C:\Program Files\Far Manager — my folder with Far Manager.

  2. I try set ConEmu Here for Far like for Git Bash. For Command parameter I set values

    Far ConEmu

    • /Single -run {Far}
    • /Single /cmd {Far}

    ConEmu + Far open for me in C:\Program Files\Far Manager — my folder with Far Manager.


4. Environment

Operating system and version:
Windows 10 Enterprise LTSB 64-bit EN
ConEmu:
170118 [64]
Far Manager:
3.0 build 4774 x64

Thanks.

1 Answers1

3

This is VERY simple! Just make a {far} task like so(basically path to your far):

and then in integration tab use these configurations to create ConEmu Far Here:

As you can see in image above, command {far} . runs far in current folder, and then it executes new ConEmu tab with -cur_console:n command. Or you can even configure your task to run with dot as parameter: C:\path\to\far.exe . and then just use it in integration or even from ConEmu command line like so:

"C:\Path\to\ConEmu.exe -run {far}"

and it will start far in current directory, even if called from explorer address-bar.

BladeMight
  • 489
  • 4
  • 16