I've just released this integration script that opens Linux bash in the current target directory when clicking a button:
http://totalcmd.net/plugring/BashInCurrentDir.html
As the publications in totalcmd.net allow us to provide a forum discussion topic, I'm creating this here as a communication channel.
Open Bash In Current Directory
Moderators: Hacker, petermad, Stefan2, white
Re: Open Bash In Current Directory
couldn't you just use
?
Code: Select all
TOTALCMD#BAR#DATA
c:\Cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico
c:\Cygwin\bin\env.exe CHERE_INVOKING=1 c:\Cygwin\bin\bash.exe -l
c:\Cygwin\Cygwin-Terminal.ico
Cygwin Terminal - cwd
Re: Open Bash In Current Directory
The script I wrote checks if Windows Subsystem for Linux is installed first and executes that instead of Cygwin if present. And it works with a portable version of Cygwin. I may be mistaken but what you are proposing requires Cygwin to be installed (which isn't such a big deal, but I rather just have it together with TCM).
Re: Open Bash In Current Directory
You can use `Tacklebar` addon: https://www.ghisler.ch/board/viewtopic.php?f=6&t=73390pplupo wrote: 2021-05-19, 18:33 UTC The script I wrote checks if Windows Subsystem for Linux is installed first and executes that instead of Cygwin if present. And it works with a portable version of Cygwin. I may be mistaken but what you are proposing requires Cygwin to be installed (which isn't such a big deal, but I rather just have it together with TCM).
It can run cygwin/msys/cmd.exe/conemu separately from each other with builtin logging.