/Library/Group\ Containers/group.wang.jianing.app.OpenInTerminal/Library/Preferences/group.wang.jianing.app.OpenInTerminal.plist KittyCommand "open -na kitty --args --single-instance --instance-group 1 --directory"
97 | ```
98 |
99 | ## FAQ ❓
100 |
101 | Oops, hit Don't Allow
button by mistake.
102 | No sweat! Just run the following command in your terminal, and it'll reset the permissions in System Preferences.
103 |
tccutil reset AppleEvents wang.jianing.app.OpenInTerminal
104 |
105 |
106 | Special characters in the path
.
107 | Please do not use backslash \
and double quotes "
in the path.
108 |
109 |
110 | Open two Terminal windows on Mojave
111 | This problem usually occurs when you first start Terminal. Try using ⌘W
to close Terminal window, instead of using ⌘Q
to quit Terminal.
112 |
113 |
114 | OpenInTerminal doesn't work as I expected
115 | OpenInTerminal works as the following order:
116 |
117 | - 1. Open the file or folder you selected.
118 | - 2. If nothing's selected, it opens the top Finder window.
119 | - 3. If there's no Finder window, it opens the desktop.
120 |
121 |
122 |
123 | My custom app doesn't work.
124 | If your custom application doesn't work with the following command, then it's not supported. For example, GitHub Desktop:
125 | open -a GitHub\ Desktop ~/Desktop
126 |
127 |
--------------------------------------------------------------------------------
/Resources/README-zh.md:
--------------------------------------------------------------------------------
1 |
5 |
6 | ## 如何使用 🚀
7 |
8 | | 核心功能 | OpenInTerminal |
9 | | --- | --- |
10 | | 在终端(或编辑器)中打开目录或文件 |  |
11 | | 在自定义应用中打开(以 GitHub Desktop 为例) |  |
12 |
13 | ### 更多功能
14 |
15 | | 功能 | OpenInTerminal | OpenInTerminal-Lite & OpenInEditor-Lite |
16 | | --- | --- | --- |
17 | | 支持 终端, [iTerm](https://www.iterm2.com/), [Hyper](https://github.com/zeit/hyper), [Alacritty](https://github.com/jwilm/alacritty), [kitty](https://sw.kovidgoyal.net/kitty/), [Warp](https://www.warp.dev), [WezTerm](https://wezfurlong.org/wezterm/index.html), [Tabby](https://tabby.sh), [Ghostty](https://ghostty). | ✅ | ✅ |
18 | | 支持 文本编辑, Xcode, [Visual Studio Code](https://code.visualstudio.com/), [VSCode Insiders](https://code.visualstudio.com/insiders/), [Atom](https://atom.io/), [Sublime Text](https://www.sublimetext.com/), [VSCodium](https://github.com/VSCodium/vscodium), [BBEdit](https://www.barebones.com/products/bbedit/), [TextMate](https://macromates.com), [CotEditor](https://coteditor.com/), [MacVim](https://github.com/macvim-dev/macvim), [JetBrains](https://www.jetbrains.com/)(AppCode, CLion, GoLand, IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm, Android Studio, Fleet), [Typora](https://typora.io/), [Nova](https://nova.app/), [Cursor](https://cursor.sh/), [notepad--](https://github.com/cxasm/notepad--), [neovim](https://neovim.io/). | ✅ | ✅ |
19 | | 打开自定义应用(⚠️ 并不是所有的应用都支持) | ✅ | ✅ |
20 | | 支持中文,英语,法语,俄语,意大利语,西班牙语,土耳其语, 德语, 韩语 | ✅ | ✅ |
21 | | 图形化设置界面 | ✅ | ❌ |
22 | | 支持键盘快捷键 | ✅ | ❌ |
23 |
24 | ## OpenInTerminal 和 OpenInTerminal-Lite (OpenInEditor-Lite) 👀
25 |
26 | 选择哪个?如果你喜欢更强大的功能和图形化设置界面,那么你可以选择 `OpenInTerminal`。如果你仅仅需要更快速且更稳定地打开终端或编辑器,那么你可以选择 `OpenInTerminal-Lite`。
27 |
28 | 对于我而言,我更喜欢 `OpenInTerminal-Lite`,它只需要点击一次来完成功能(另一个需要点击两次😂),而且它更轻量一些。
29 |
30 | 对于 `OpenInTerminal-Lite` 用户:
31 |
32 | 请看文档: [English](./README-Lite.md) | [中文说明](./README-Lite-zh.md)
33 |
34 | ## 安装 🖥
35 |
36 | ```
37 | brew install --cask openinterminal
38 | ```
39 |
40 | 或者从 [release](https://github.com/Ji4n1ng/OpenInTerminal/releases) 中手动下载。
41 |
42 | ## 配置和常见问题 ⚙️
43 |
44 | 请看文档 [配置](./Resources/README-Config-zh.md)
45 |
46 | ## 支持 ❤️
47 |
48 | 感谢各位的支持!
49 |
50 | 通过 [GitHub Sponsors](https://github.com/sponsors/Ji4n1ng) 支持 💖。
51 |
52 | | PayPal | 支付宝 | 微信 |
53 | | --- | --- | --- |
54 | | [paypal.me/ji4ning](https://www.paypal.me/ji4ning) |
|
|
55 |
56 |
57 |
58 |
59 |
60 | ## 特别感谢 ❤️
61 |
62 | 感谢所有的贡献者。你们的付出让 OpenInTerminal 更棒了。
63 |
64 | ### 参考项目
65 |
66 | - [jbtule/cdto](https://github.com/jbtule/cdto)
67 | - [es-kumagai/OpenTerminal](https://github.com/es-kumagai/OpenTerminal)
68 | - [tingraldi/SwiftScripting](https://github.com/tingraldi/SwiftScripting)
69 | - [onmyway133/FinderGo](https://github.com/onmyway133/FinderGo)
70 | - [Caldis/Mos](https://github.com/Caldis/Mos/)
71 |
--------------------------------------------------------------------------------
/Resources/Support-Alipay.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/bee2c57aeb8e00537b128c44c3a035103b97c9f2/Resources/Support-Alipay.jpg
--------------------------------------------------------------------------------
/Resources/Support-WeChatPay.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Ji4n1ng/OpenInTerminal/bee2c57aeb8e00537b128c44c3a035103b97c9f2/Resources/Support-WeChatPay.jpg
--------------------------------------------------------------------------------