Skip to content

Releases: yuman07/MyGo2Shell

MyGo2Shell v1.0.0

19 Apr 08:57

Choose a tag to compare

New Features

  • Open the current Finder folder in your terminal of choice with a single click
  • Multi-terminal support: Terminal, iTerm2, and Ghostty
  • Switch the active terminal via defaults write com.go2shell.MyGo2Shell terminal <name>
  • One-line installer script for quick setup
  • DMG distribution targeting macOS 15+ (Apple Silicon)

Improvements

  • Always open a new window (not a new tab) for iTerm and Ghostty, keeping each invocation independent
  • Ghostty shows the folder name in the prompt and tab title

Fixes

  • No stray duplicate tab/window when the target terminal is not yet running

新功能

  • 一键从 Finder 在指定终端中打开当前文件夹
  • 支持 Terminal、iTerm2、Ghostty 三种终端
  • 通过 defaults write com.go2shell.MyGo2Shell terminal <name> 切换默认终端
  • 提供一键安装脚本 install.sh
  • 以 DMG 格式分发,支持 macOS 15+(Apple Silicon)

改进

  • iTerm 与 Ghostty 始终打开新窗口而非新标签页,确保每次调用独立
  • Ghostty 正确显示当前文件夹名作为提示符与标签页标题

修复

  • 终端首次启动时不再出现重复的标签页或窗口