Alfred 黑帽子安装

Alfred 是一款非常方便好用的只能搜索软件,完全可以代替OS X自带的 Spotight,功能非常之强大。

安装地址:Alfred 3.2 Mac破解版下载
密码:dpm1

安装步骤
  1. 打开的dmg镜像,双击 Alfred,讲 Alfred 安装到应用程序;


    打开的dmg镜像
  2. 双击 3 KG安装包,出现弹窗,点击 Patch,进行选择 Alfred 打开;


    3KG 弹框

    选择 Alfred
  3. 点击 save 保存,即可破解完成,打开 Alfred 可使用全部功能。


    点击 save 保存

如果想要Alfred 支持直接打开终端,如果安装有 iTerm2 的话,可以配置 Alfred, 从而使用 ITerm2。

Alfred Preferences

脚本:

on alfred_script(q)  
    if application "iTerm2" is running or application "iTerm" is running then  
        run script "  
            on run {q}  
                tell application \":Applications:iTerm.app\"  
                    activate  
                    try  
                        select first window  
                        set onlywindow to false  
                    on error  
                        create window with default profile  
                        select first window  
                        set onlywindow to true  
                    end try  
                    tell current session of the first window  
                        if onlywindow is false then  
                            tell split vertically with default profile  
                                write text q  
                            end tell  
                        end if  
                    end tell  
                end tell  
            end run  
        " with parameters {q}  
    else  
        run script "  
            on run {q}  
                tell application \":Applications:iTerm.app\"  
                    activate  
                    try  
                        select first window  
                    on error  
                        create window with default profile  
                        select first window  
                    end try  
                    tell the first window  
                        tell current session to write text q  
                    end tell  
                end tell  
            end run  
        " with parameters {q}  
    end if  
end alfred_script

Alfred 的详细使用可以参考文章《从零开始学习 Alfred:基础功能及设置》

文章无特殊说明皆为原创,转载请说明来源!

本文章提供的软件仅供学习使用,请在24小时内删除,本人不承担任何相关责任!

如果感觉有帮助的话,请点一个喜欢!

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容