Skip to content
Jean-Noël Rouvignac edited this page Sep 8, 2015 · 2 revisions

Source

Using the Plugin on Linux

This paragraph was contributed by icdpdc, see Issue #23

To Configure Open Shell and Open Explorer commands in the Eclipse-Menu Window > Preferences > Tarlog Plugins:

Open Shell command

/usr/bin/nohup gnome-terminal --working-directory={0} & 

Open Explorer Command

/usr/bin/nohup nautilus   {0} &

Using the plugin on Mac OSX

Open Shell Command

open -a Terminal {0}

Open Explorer Command

open {0}

Using the plugin with Cygwin on Windows

Open Shell Command

<CygwinRoot>\bin\mintty.exe /bin/env CHERE_INVOKING=1 /bin/bash -l

where <CygwinRoot> is the Root Directory for Cygwin (e.g., C:\cygwin64)