EasyShell 1.3.5
Categories:
This plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected
file in the shell and copy file or directory path. Multiple selections are also supported. It is possible to assign short keys for Easy Shell functions.
http://pluginbox.sourceforge.net/images/EasyShell_Menu.png
The plugin is platform-independent in principal. It just launches
a (configurable) system command to open the shell. The following
platform and shell combinations are supported as selections
available from the drop-down-list in the preferences page:
Windows:
- DOS-Shell / Explorer
- PowerShell / Explorer (check path of PowerShell executable!)
- Cygwin (Bash) / Explorer (check path of Cygwin-bash executable!)
Unix / Linux:
- KDE Konsole / Konqueror
- Gnome Terminal / Nautilus
- CDE Xterm / Dtfile (not tested!)
- MAC OS X Terminal / Finder (not tested!)
Other:
- Default / Unknown (can be defined for all systems supported by Java)
But you can configure any shell or command you like as long as you
can figure out how to run a command to open the shell with given
parameters. The following substitution variables are available
for building the command:
http://pluginbox.sourceforge.net/images/EasyShell_Preferences.png
{0} = The drive letter (only Windows, not used on other platforms)
{1} = The selected directory path
{2} = The selected file or directory path
{3} = The selected file name
{4} = The project name of selected directory or path (for external files it's "Easy Shell")
{5} = The line separator
Installation:
-------------
a) Extract zip file to "eclipse\dropin" folder and restart.
OR
b) Use update site: http://pluginbox.sourceforge.net
Additional Details
- Version Number: 1.3.5
- Eclipse Versions: 3.2-3.7
- Organization: anb0s, marcelschoen
- Date Created: 27/07/2009
- Date Updated: 29/08/2011
- Development Status: Production/Stable
- License: LGPL
- Submitted by: Andre Bossert
- This listing has been installed 392 times in the last 30 days.
By Lance E Sloan
Good, but Mac OS X defaults are wrong
I like this extension a lot, but the defaults for Mac OS X are wrong. I've not worked out the proper commands for the two shell commands, but the others should be:
- Explore command: open {1}
- Copy Path string: {2}
By Fabrice BELLINGARD

