Ghostty 推出 Rig 侧边栏工具,AI 编程终端秒变控制面板

Ghostty just turned the AI coding terminal into a …

精选理由

Ghostty 的 Rig 解决了 Mac 上终端窗口管理的混乱问题,做多任务开发的程序员可以秒切布局,建议试试这个侧边栏神器。

AI 摘要

Ghostty 发布了一款名为 Rig 的侧边栏工具,将 AI 编程终端变成了一秒操作的控制面板。Rig 以浮动侧边栏形式存在,用户可快速创建、聚焦和排列终端会话。它通过 AppleScript 和 macOS Accessibility API 直接控制原生窗口,支持四种内置布局(网格、层叠、并排、全屏)。此外,Rig 能监控会话中启动的本地服务器,并在当前桌面右侧显示可点击的 URL。该工具解决了 Mac 用户手动管理多个终端窗口的痛点,显著提升了开发效率。

原文 · AlphaSignal

Ghostty just turned the AI coding terminal into a …

Ghostty just turned the AI coding terminal into a one-second control panel.

Many users on Mac have been juggling terminal windows manually.

A new sidecar tool called Rig changes that. It sits as a floating side panel. You create, focus, and arrange sessions in about a second. The trick is how it controls native windows.

Commands pipe through AppleScript and the macOS Accessibility API. That gives direct hooks into real window behavior.

Tap a session in the panel and jump straight to its Space. Four window layouts come built in:

> grid for parallel work > cascade for stacked focus > side by side comparisons > fill screen for solo runs It also watches for local servers started inside a session.

When one boots up, a clickable URL surfaces beside the right window on the current desktop. Accessibility and Automation permissions handle the heavy lifting underneath.