Terminal
, iTerm
or Hyper
.
How to use 🚀
1) Open current directory from toolbar
2) Open selected folder or file from Toolbar
3) Set default terminal
You are asked to set the default terminal to open after first launch.
The selection box will not appear after you have set the default terminal. If you want to reset the default terminal, please enter the following command in the terminal. Then just run the application again.
For version 0.3.0:
defaults remove wang.jianing.OpenInTerminal-Lite OIT_TerminalBundleIdentifier
For version 0.2.0:
defaults remove wang.jianing.OpenInTerminal OIT_TerminalBundleIdentifier
How to install 🖥
Because updates are frequent, it is recommended to manually download the latest version.
Manual (latest version: 0.3.0)
- Download from release.
- Move the app into
/Applications
. - Hold down the
Cmd
key and drag the app into Finder Toolbar. - Done.
Homebrew (current version 0.2.0)
-
Run the following command
brew cask install openinterminal
-
In
/Applications
folder, hold down theCmd
key and drag the app into Finder Toolbar. -
Done
⚠️ macOS will ask your permissions to access Finder and Terminal (iTerm or Hyper) when you run the app for the first time. Please give the application permissions.
If you are using Dark Mode
I provided several icons along with the app in the release. You can right click on the app and select Get Info
. Drag the icon to cover the default icon.
How to build 🔨
Mojave build passing ✅
git clone https://github.com/Ji4n1ng/OpenInTerminal
cd OpenInTerminal
xcodebuild
Todo 👨💻
-
Drop down menu in
FinderSync Extension
✅ By Camji55 -
Preferences
panel which can allow users to set up to open new windows or new tabs. -
Open in
VSCode
/Atom
/Sublime
? (This needs discussion) -
Supporting keyboard shortcuts
-
Dynamically change icon depending on Dark Mode.
If you have a good idea, welcome to open a new issue
.
FAQ ❓
1. 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
2. Special character in the path
.
Terminal
supports all special characters. However iTerm
and Hyper
do not support backslash \
and double quotes "
in the path.
Changes 🗒
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