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: 7 days ago
JSON representation
Native Terminal Plugin for JetBrains IDEs
- Host: GitHub
- URL: https://github.com/siarheiburliayeu/IDEA-Native-Terminal-Plugin
- Owner: siarheiburliayeu
- License: mit
- Created: 2017-08-21T09:58:51.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T10:43:28.000Z (7 months ago)
- Last Synced: 2024-08-02T16:46:12.003Z (3 months ago)
- Topics: idea-plugin, intellij-plugin, intellijidea-plugin, jetbrains-plugin
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/9966-native-terminal
- Size: 280 KB
- Stars: 60
- Watchers: 2
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
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 macOSIf 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.