Quintile – macOS 键盘 N×M 网格平铺工具
Quintile – keyboard N×M grid tiling for macOS

原始链接: https://github.com/stefanopineda/quintile

**Quintile** 是一款免费且开源的 macOS 实用工具,支持高效的纯键盘窗口管理。通过使用自定义网格布局(例如 5x2 或 4x3),用户只需简单的 Control+Option 组合键,即可将窗口吸附到特定的区域或象限。 **主要功能:** * **网格灵活:** 可定义任意网格尺寸,并保存多个预设或配置文件。 * **无需鼠标:** 仅需两次按键即可将窗口放置在屏幕的任何位置。 * **注重隐私:** 仅使用 macOS 公开的辅助功能 API;无需修改 SIP,也不依赖任何私有框架。 * **轻量高效:** 菜单栏应用程序(无程序坞图标),已针对 Apple Silicon 完成完整签名与公证。 **使用入门:** 1. **安装:** 通过 Homebrew (`brew install --cask stefanopineda/quintile/quintile`) 安装,或从 GitHub 仓库下载。 2. **启用:** 在系统设置中授予辅助功能权限。 3. **使用:** 按住 **Control + Option**,配合指定按键即可吸附、移动或调整窗口大小。 Quintile 是一款出色的效率工具,专为希望在不依赖鼠标的情况下精确控制工作区布局的用户设计。如需了解更多详情或获取源代码,请访问 [GitHub](https://github.com/stefanopineda/quintile)。

**Quintile** 是一款全新的 macOS 实用工具,支持通过自定义的 N×M 网格实现精确的键盘驱动窗口管理。与局限于简单的二分或四分窗口平铺工具不同,Quintile 允许用户将窗口吸附到自定义网格内的任意单元格跨度中。 主要功能包括: * **键盘中心化控制:** 使用简单的组合键(Control+Option+G)即可定义窗口边界。 * **灵活的布局:** 每个显示器支持三种网格配置,并提供标准布局预设。 * **非侵入式:** 它并非自动平铺管理器;它保留了 macOS 原生的窗口行为,且无需更改 SIP(系统完整性保护)。 * **轻量级:** 作为菜单栏应用程序运行,仅需辅助功能权限。 Quintile 由 Stefano Pineda 开发,专为那些希望在不牺牲全功能平铺管理器复杂性的前提下,对屏幕空间实现精细控制的用户而设计。可通过 Homebrew 安装(`brew install --cask stefanopineda/quintile/quintile`)。
相关文章

原文

Keyboard-only grid tiling for macOS.

https://github.com/stefanopineda/quintile/raw/main/docs/demos/hero.mp4

hero

Place any window on any N×M span — two keypresses, no mouse.

  • arbitrary grids — 5×2, 4×3, whatever fits the display
  • span picker⌃⌥G, two cells, done
  • presets + profiles — thirds, quarters, three grids per display
  • public Accessibility API only — no SIP hacks, no private frameworks
  • free, MIT · Developer ID signed & notarized

brew install --cask stefanopineda/quintile/quintile

or:

brew tap stefanopineda/quintile
brew install --cask quintile

or download Quintile.app.zip · or git clone + make run

Official brew install quintile (homebrew/cask) is blocked until the GitHub repo meets Homebrew notability (~225 stars / 90 forks / 90 watchers). We submitted PR #274471; maintainers asked to resubmit once thresholds are met.

Quintile is a menu bar app (no Dock icon).

  1. Open it: Spotlight (⌘Space) → Quintile → Enter (or /Applications/Quintile.app)
  2. Look for ⊞! / near the clock
  3. System Settings → Privacy & Security → Accessibility → Quintile ON
    (if it already looks ON after an update: OFF then ON, then Check Again)
  4. Click a window → hold Control+Option → press [ (left third)

Full map later: menu bar ⊞ → Quick Start…

upgrade / reinstall / “already installed”

brew reinstall --cask stefanopineda/quintile/quintile   # preferred
# if install says "latest version is already installed" but the app is gone:
brew uninstall --cask --force --zap stefanopineda/quintile/quintile
brew install --cask stefanopineda/quintile/quintile

brew install does not reinstall when Homebrew still has a cask receipt. Deleting the app in Finder is not a full uninstall.

Start with thirds. Everything else is optional.

chord action
⌃⌥[ ] \ left / center / right third
⌃⌥1…4 quadrants
⌃⌥⇧1…6 sixths
⌃⌥G then two cells span any rectangle on the grid
⌃⌥←↑↓→ move within grid
⌃⌥P cycle grid profile
⌃⌥N next display

leader is control + option. hold it, hit a key.

git clone https://github.com/stefanopineda/quintile
cd quintile && make run
make test
make app    # dist/Quintile.app

v0.1.8 · macOS 14+ · Apple Silicon · Developer ID signed & notarized

MIT

联系我们 contact @ memedata.com