<?xml version="1.0" encoding="UTF-8"?>
<toolSet>
  <tool name="ls -l" description="ls -l on selected file or directory" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" synchronizeAfterRun="true">
    <exec>
      <option name="COMMAND" value="ls" />
      <option name="PARAMETERS" value="-l $FilePath$" />
      <option name="WORKING_DIRECTORY" />
    </exec>
  </tool>
  <tool name="dir ls -l" description="ls -l on directory file is in" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" synchronizeAfterRun="true">
    <exec>
      <option name="COMMAND" value="ls" />
      <option name="PARAMETERS" value="-l $FileDir$" />
      <option name="WORKING_DIRECTORY" />
    </exec>
  </tool>
  <tool name="tail -f" description="tail -f on selected file." showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" synchronizeAfterRun="true">
    <exec>
      <option name="COMMAND" value="tail" />
      <option name="PARAMETERS" value="-f $FilePath$" />
      <option name="WORKING_DIRECTORY" />
    </exec>
  </tool>
  <tool name="cat" description="cat on selected file" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" synchronizeAfterRun="true">
    <exec>
      <option name="COMMAND" value="cat" />
      <option name="PARAMETERS" value="$FilePath$" />
      <option name="WORKING_DIRECTORY" />
    </exec>
  </tool>
  <tool name="bash" description="interactive bash shell" showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="true" disabled="false" useConsole="true" synchronizeAfterRun="true">
    <exec>
      <option name="COMMAND" value="bash" />
      <option name="PARAMETERS" value="-i" />
      <option name="WORKING_DIRECTORY" value="$FileDir$" />
    </exec>
  </tool>
</toolSet>

