sburlyaev / IDEA-Native-Terminal-Plugin

Native Terminal Plugin for JetBrains IDEs

Home Page:https://plugins.jetbrains.com/plugin/9966-native-terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native Terminal Plugin

Adds a Terminal icon to the IDE toolbar and context menu to open project directories in your favorite terminal.


By default, it uses OS native terminal:

  • cmd (Command Prompt) - for Windows
  • gnome-terminal/konsole - for Linux
  • Terminal.app - for macOS

If you want to use another terminal instead - you can!
Just specify your favorite one in the IDE Settings / Preferences.
*PowerShell, ConEmu, Cmder, WSL (bash, wsl), GitBash, RXVT, iTerm are also supported.

Since version 0.4, it is available to specify a custom command with ${project.dir} placeholder, which will be replaced at runtime with the actual project directory.

About

Native Terminal Plugin for JetBrains IDEs

https://plugins.jetbrains.com/plugin/9966-native-terminal

License:MIT License


Languages

Language:Java 100.0%