https://github.com/XiCheng148/Dockit
一款专注于将窗口停靠到屏幕边缘的应用
https://github.com/XiCheng148/Dockit
application swift window-manager
Last synced: 6 months ago
JSON representation
一款专注于将窗口停靠到屏幕边缘的应用
- Host: GitHub
- URL: https://github.com/XiCheng148/Dockit
- Owner: XiCheng148
- License: mit
- Created: 2024-12-26T09:29:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-28T09:28:37.000Z (6 months ago)
- Last Synced: 2025-04-28T10:07:38.318Z (6 months ago)
- Topics: application, swift, window-manager
- Language: Swift
- Homepage: https://dockit-docs.pages.dev?s=gh
- Size: 47.1 MB
- Stars: 142
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-macos-apps - Dockit - commit/XiCheng148/Dockit?style=flat&label=" /> - An application that can dock any window to the edge of the screen. (Window Management / Text)
- awesome-mac - XiCheng148/Dockit
- awesome-mac - XiCheng148/Dockit
README
Dockit
> Dockit是一个macOS窗口管理工具,专注于将窗口快速停靠在屏幕边缘并快速预览窗口。
中文 | [English](./README_EN.md)
## 📸 预览
Dockit Demo.gif
Setting.jpg
## 🚀 功能
- 🎯 快速停靠: 一键将窗口停靠到屏幕左侧或右侧
- 🔄 智能显示: 悬停时自动展开,离开时自动收起
- ⌨️ 快捷键支持: 支持自定义快捷操作
- 🎛️ 灵活配置: 可调整暴露宽度、触发区域等
- 🔌 自动启动: 支持开机自启动
- 🔔 通知: 精美的通知
## 📖 使用
1. 下载并安装Dockit
2. 运行时授予辅助功能权限并重新启动
3. 使用默认快捷键或自定义设置:
- 左侧停靠: `⌘ + ⇧ + ←`
- 右侧停靠: `⌘ + ⇧ + →`
- 取消停靠: `⌘ + ⇧ + H`
## ⭐ Star
## 📝 许可证
本项目在[GNU General Public License v3.0](LICENSE)下开源。
## 🙏 感谢
- [Peninsula](https://github.com/Celve/Peninsula) - 窗口相关特定实现参考此项目
- [Awesome-Merge-Picture](https://github.com/XiCheng148/Awesome-Merge-Picture) - 一个快速创建暗黑和亮色模式的预览图片的工具
- [NotchNotification](https://github.com/Lakr233/NotchNotification) - 刘海通知、浮动通知。
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) - 快捷键绑定
- [LaunchAtLogin-Modern](https://github.com/sindresorhus/LaunchAtLogin-Modern) - 开机自启动
- [Defaults](https://github.com/sindresorhus/Defaults) - 配置持久化