luktom / OpenInTerminal

OpenInTerminal IntelliJ IDEA plugin
GNU Lesser General Public License v3.0
36 stars 7 forks source link

OpenInTerminal plugin

This is plugin for Intellij IDEA IDE. It's provide ability to open terminal with current file location by corresponding action in context menu (in editor and project view). You can also choose to open terminal in module directory instead of just parent directory of file.

Configuration

Before usage please set command and options for terminal app in plugin settings.

Linux:

Windows:

Windows (with babun or cygwin):

Mac OS:

If you are a Mac OS X user, please make sure that options mentioned in following post on StackOverflow are enabled.

For all above configurations directory path will be added at the end of full command. For example full command which will be executed on above Linux configuration will be following: gnome-terminal --working-directory _"path_to_file_ordirectory".