Extensions for PopClip
##插件列表
-
下载豆瓣日志信息
DoubanDiary
依赖包: lxml
使用 : Popclip 遇到
http://www.douban.com/people/[anyid]/notes
触发.下载该id的日志信息,保存到$HOME下.
-
下载Github代码片段
Github Mate
依赖包: lxml
用途 : 如果不想git clone 保存全部Repo的话,就用Github Mate保存代码片段.想法来源
-
Bing.cn Search
Bing
墙的厉害,折衷了.
-
Google.mirror Search
Google
墙的厉害,靠[镜像](http://www.xiexingwen.com/)了
##如何创建自己的插件 ###参考
###插件基本工作原理
There are five main kinds of actions supported by PopClip extensions.
Action Type | Description | Example |
---|---|---|
Service | Invoke a Mac OS X Service, passing the selected text. | MakeSticky |
AppleScript | Run an AppleScript, with the selected text embedded. | Evernote |
Shell Script | Run a shell script, with the selected text passed as an environment variable. | Uppercase |
URL | Open an HTTP URL, with the selected text URL-encoded and inserted. | GoogleTranslate |
Keypress | Press a key combination. | Delete |
###注意事项
- Image File背景透明.用PreView制作背景透明的图片
##如何发布自己的插件
- 修改插件源码文件后缀 plugin -> plugin.popclipext
- 压缩plugin.popclipext 并命名为plugin.popclipextz
- 或 在Source目录下执行 ./ext.sh PlugginName 插件保存到Downloads中