Skip to content

A clipboard history manager tool for Mac implemented in Rust.

Notifications You must be signed in to change notification settings

Dramalf/clipboard-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clipboard-recorder

简体中文 | English

在Mac上通过自定义快捷键暂存你的剪贴板文本并且唤起弹窗快速使用剪贴板历史。

demo

先告诉你

这个脚本通过rust实现,需要配合系统快捷键配置使用。理论上是跨平台的,但windows自带了这个功能,所以没必要

因为不支持重复的快捷键以及中断回调,这个工具使用起来有点繁琐,并不好用😅

下载

Releases page 下载clipboard-recorder的可执行文件

创建剪贴板暂存能力快捷键

打开 自动操作 创建一个快速操作. Quick Action

选择 运行AppleScript脚本 or 运行shell脚本。 输入指令 <your-path-to>/clipboard-recorder --save 并保存。 12

打开 系统偏好 > 键盘 > 快捷键 > 服务. 找到你创建的快速操作并绑定快捷键,例如 command+]

创建唤起剪贴板历史弹窗快捷键

创建剪贴板暂存能力快捷键相似,创建快速操作,选择 运行AppleScript脚本 or 运行shell脚本。 输入指令 <your-path-to>/clipboard-recorder

绑定快捷键,例如 command+].

About

A clipboard history manager tool for Mac implemented in Rust.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages