Search This Blog

Saturday, June 28, 2014

Easy Shell - Eclipse Plugin

While working in eclipse you may want to open selected file from project explorer to windows/unix console. One way is by selecting file, go to properites, copying path and open command prompt and go to that path. It can be automated by using external tools(viz http://javadevtool.blogspot.in/2014/06/running-batch-files-in-eclipse.html). But Easy shell does a light weight(1.5MB) plugin that does this job in a single click as shown in below.


  • Install this plugin from eclipse market palce or download it from here
  • Select a file/folder and in context menu select Easy Shell. 
  • Select Open to open file in command prompt, Run to run this file in case of batch. Explore to open in file explorer, Copy Path to copy the file path. 
Done. 

No comments:

Post a Comment