alfred3 结合leech下载文件
2017-02-13 本文已影响4人
鸭梨山大哎
首先我默认你电脑上安装了leech和alfred
新建关键词trigger

代码为
on alfred_script(q)
tell application "Leech"
activate
download URLs q
end tell
end alfred_script
使用时激活Alfred,输入lee +下载地址即可!
首先我默认你电脑上安装了leech和alfred
新建关键词trigger
代码为
on alfred_script(q)
tell application "Leech"
activate
download URLs q
end tell
end alfred_script
使用时激活Alfred,输入lee +下载地址即可!