




















这是一个创建于 524 天前的主题,其中的信息可能已经有所发展或是发生改变。
如题
一直在使用 iterm2 ,配合 alfred 的 terminalFinder 插件,选中文件夹后执行 fi 以新窗口打开对应的终端
今天看周刊下了个 Ghostty ,找了好多资料,似乎 Ghostty 不支持 AppleScript ,无法通过 terminalFinder 打开?
我又想到了 finder 用右键快速操作,open with Ghostty
for i in "$@"
do
open -a "/Applications/Ghostty.app" "$f"
done
试了一下也不奏效,或者大伙有更好的方式吗,finder 里快速打开终端真的对我真的很重要,不然就用回去 iterm2 了
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。