一款轻量级 macOS 菜单栏工具,用于快速文件暂存和剪贴板历史管理。
- 拖拽文件时摇晃鼠标,即可唤出悬浮暂存架
- 临时存放文件,随时拖出使用
- 支持宫格和列表两种视图模式
- 自动监控剪贴板变化
- 支持文本、图片、文件和链接
- 搜索和置顶功能
- 隐私模式(暂停监控)
- 按空格键快速预览内容
- 菜单栏快速访问
- 全局键盘快捷键
- 资源占用极低
- macOS 14.0 (Sonoma) 或更高版本
- 辅助功能权限(用于检测鼠标摇晃手势)
从 GitHub Releases 下载最新版本。
由于 DropKit 未使用 Apple 开发者证书签名,macOS 会显示安全警告。安装方法如下:
方法一:右键打开
- 下载
DropKit-x.x.x.dmg或DropKit-x.x.x.zip - 如果是 DMG,打开后将 DropKit 拖到「应用程序」文件夹
- 如果是 ZIP,解压后将 DropKit.app 移动到「应用程序」文件夹
- 右键点击 DropKit.app
- 选择「打开」
- 在弹出的对话框中点击「打开」
方法二:系统设置
- 尝试正常打开 DropKit(会被阻止)
- 打开 系统设置 → 隐私与安全性
- 向下滚动找到关于 DropKit 被阻止的提示
- 点击「仍要打开」
方法三:终端命令(如果上述方法无效)
xattr -cr /Applications/DropKit.appDropKit 需要辅助功能权限来检测鼠标摇晃手势:
- 打开 系统设置 → 隐私与安全性 → 辅助功能
- 点击锁图标并验证身份
- 在列表中启用 DropKit
- 重启 DropKit 使更改生效
- 唤出:拖拽文件时左右摇晃鼠标
- 添加文件:将文件拖放到暂存架上
- 使用文件:从暂存架拖出文件到任意位置
- 展开视图:点击展开按钮查看所有文件
- 打开:点击菜单栏图标 →「剪贴板历史」或按
⌘⇧V - 粘贴项目:点击任意项目或按回车键
- 搜索:输入文字筛选项目
- 预览:按空格键预览选中项目
- 置顶项目:右键 → 置顶
- 删除项目:右键 → 删除
| 操作 | 快捷键 |
|---|---|
| 打开剪贴板历史 | ⌘⇧V |
| 切换暂存架 | ⌘⇧S |
| 打开设置 | ⌘, |
| 退出 | ⌘Q |
git clone https://github.com/chenhuajinchj/DropKit.git
cd DropKit/DropKit
xcodebuild -scheme DropKit -configuration Release buildMIT License - 详见 LICENSE
A lightweight macOS menu bar utility for quick file staging and clipboard history management.
- Shake your mouse while dragging files to summon a floating shelf
- Drop files temporarily for quick access
- Drag files out to any destination
- Grid and list view modes
- Automatic clipboard monitoring
- Support for text, images, files, and URLs
- Search through clipboard history
- Pin important items
- Privacy mode to pause monitoring
- Press Space to preview content
- Quick access from menu bar
- Keyboard shortcuts for all features
- Minimal resource usage
- macOS 14.0 (Sonoma) or later
- Accessibility permission (for mouse shake detection)
Download the latest release from GitHub Releases.
Since DropKit is not signed with an Apple Developer certificate, macOS will show a security warning. Here's how to install:
Method 1: Right-click to Open
- Download
DropKit-x.x.x.dmgorDropKit-x.x.x.zip - If using DMG, open it and drag DropKit to Applications
- If using ZIP, extract and move DropKit.app to Applications
- Right-click (or Control-click) on DropKit.app
- Select "Open" from the context menu
- Click "Open" in the dialog that appears
Method 2: System Settings
- Try to open DropKit normally (it will be blocked)
- Go to System Settings → Privacy & Security
- Scroll down to find the message about DropKit being blocked
- Click "Open Anyway"
Method 3: Terminal (if above methods fail)
xattr -cr /Applications/DropKit.appDropKit needs accessibility permission to detect mouse shake gestures:
- Open System Settings → Privacy & Security → Accessibility
- Click the lock icon and authenticate
- Enable DropKit in the list
- Restart DropKit for changes to take effect
- Summon: Shake your mouse left-right while dragging a file
- Add files: Drop files onto the shelf
- Use files: Drag files out of the shelf to any destination
- Expand view: Click the expand button to see all files
- Open: Click menu bar icon → "Clipboard History" or press
⌘⇧V - Paste item: Click on any item or press Enter
- Search: Type to filter items
- Preview: Press Space to preview selected item
- Pin item: Right-click → Pin
- Delete item: Right-click → Delete
| Action | Shortcut |
|---|---|
| Open Clipboard History | ⌘⇧V |
| Toggle Shelf | ⌘⇧S |
| Open Settings | ⌘, |
| Quit | ⌘Q |
git clone https://github.com/chenhuajinchj/DropKit.git
cd DropKit/DropKit
xcodebuild -scheme DropKit -configuration Release buildMIT License - see LICENSE for details.