  <tool name="bash" description="open new bash window in file's directory" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" synchronizeAfterRun="true">
    <exec>
      <option name="COMMAND" value="cmd.exe" />
      <option name="PARAMETERS" value="/c &quot;start &quot;&quot;bash[$FileDirRelativeToProjectRoot$]&quot;&quot; C:\bin\bash.exe&quot;" />
      <option name="WORKING_DIRECTORY" value="$FileDir$" />
    </exec>
  </tool>
