English | 中文说明
- ✅ Support Terminal, iTerm, Hyper and Alacritty.
- ✅ Support Visual Studio Code, Atom and Sublime Text.
- ✅ Set to open a new tab or window.
- ✅ Quick toggle the specified action from Menu bar.
- ✅ Support Dark Mode.
There are a normal version and a lite version of OpenInTerminal. If you only need to open the terminal and don't need to keep the application in the background, then you can use OpenInTerminal-Lite
. If you like more powerful features, then you can use OpenInTerminal
.
For OpenInTerminal-Lite
users:
Please check the document: English | 中文说明
-
Run the following command.
brew cask install openinterminal
-
Done.
-
Download from release.
-
Move the app into
/Applications
. -
Done.
⚠️ macOS will ask your permissions to access Finder and other applications when you run the app for the first time. Please give OpenInTerminal the permissions.
Open the OpenInTerminal app. Go to System Preferences
-> Extensions
-> Finder Extensions
, check the permission button as below.
Just check the Launch OpenInTerminal at login
button in Preferences
.
Because the Finder Extension does not work when the main app is not running, it is very recommended to set OpenInTerminal to launch at login.
- Supporting keyboard shortcuts
If you have a good idea, feel welcome to open a new issue.
1. What is the difference between OpenInTerminal and OpenInTerminal-Lite?
OpenInTerminal currently has a normal version and a lite version. If you only need to open the terminal and don't need to keep the application in the background, then you can use the Lite version. If you like more powerful features, then choose the normal version.
2. Finder Extension doesn't work
Please check if there is an OpenInTerminal(main app) icon in the status bar. The Finder Extension will always be in the toolbar. But if the main app is not open, it will not work. It is recommended to set OpenInTerminal to launch at login in Preferences.
3. I accidentally clicked on the Don't Allow
button.
You can run the following command in the terminal. This will reset the permissions in the System Preferences.
tccutil reset AppleEvents
4. Special characters in the path
.
Please do not use backslash \
and double quotes "
in the path.
version 0.9.0
OpenInTerminal has been released after several weeks of development. If you have suggestions or there are bugs, please feel free to open an issue.
old version
version 0.4.1
- Support
Alacritty
version 0.4.0
- You can set a default to open a new tab or window when using
Terminal
andHyper
.
version 0.3.0
- Change name to
OpenInTerminal-Lite
(OpenInTerminal
will come as a more powerful version in the future.) - Fix a bug that some special characters in the path would crash the program when opening Hyper.
version 0.2.0
- Add terminal selector
- Cancel running
clear
command when opening iTerm
version 0.1.1
- Support
Hyper
- Give priority to creating a new tab when opening iTerm
version 0.1.0
- First release