Windows:
SQL Tools
- Apex SQL
- Terminal
- ConEmu: https://conemu.github.io/
- Open multiple git bash tabs at startup with different paths: Settings -> Startup -> Tasks -> paste the following into the Command textbox:
-
>-new_console:d:D:\ProjectA"%ConEmuDir%\..\Git\git-cmd.exe" --no-cd --command=usr/bin/bash.exe -l -i -new_console:d:D:\ProjectB"%ConEmuDir%\..\Git\git-cmd.exe" --no-cd --command=usr/bin/bash.exe -l -i -new_console:d:D:\ProjectC"%ConEmuDir%\..\Git\git-cmd.exe" --no-cd --command=usr/bin/bash.exe -l -i -new_console:d:D:\ProjectD"%ConEmuDir%\..\Git\git-cmd.exe" --no-cd --command=usr/bin/bash.exe -l -i
-
- Open multiple git bash tabs at startup with different paths: Settings -> Startup -> Tasks -> paste the following into the Command textbox:
- ConEmu: https://conemu.github.io/
