Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/siarheiburliayeu/IDEA-Native-Terminal-Plugin

Native Terminal Plugin for JetBrains IDEs
https://github.com/siarheiburliayeu/IDEA-Native-Terminal-Plugin

idea-plugin intellij-plugin intellijidea-plugin jetbrains-plugin

Last synced: 3 months ago
JSON representation

Native Terminal Plugin for JetBrains IDEs

Lists

README

        

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, Alacritty, Kitty, Hyper 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.