Mac Todo
TODO: configure python3 as the default python with no harm to the MacOS system
✅ Mac-CopyClip
We are lucky to find clip history in Alfred fulfill our requirements.
G1: 仿造
CopyClip
实现一个 Mac 剪切板,支持查看往期剪切记录并复制,这与CopyClip
几乎一样G2: 在 G1 的基础上,实现智能排序,可以考虑使用最近优先或者频率最高优先算法
*G3: 加入全局快捷键(类似 jetbrains 的
command + shift + V
),弹出历史复制记录,支持上下键选择,回车确认;支持主动排序,例如按住command
加上up/down
键进行排序. (I usecommand + shift + v
to see all the clipboard history)