Alfred 是一款非常方便好用的只能搜索軟件,完全可以代替OS X自帶的 Spotight,功能非常之強(qiáng)大。
安裝地址:Alfred 3.2 Mac破解版下載
密碼:dpm1
安裝步驟
-
打開的dmg鏡像,雙擊 Alfred,講 Alfred 安裝到應(yīng)用程序;
打開的dmg鏡像 -
雙擊 3 KG安裝包,出現(xiàn)彈窗,點(diǎn)擊 Patch,進(jìn)行選擇 Alfred 打開;
3KG 彈框
選擇 Alfred -
點(diǎn)擊 save 保存,即可破解完成,打開 Alfred 可使用全部功能。
點(diǎn)擊 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 的詳細(xì)使用可以參考文章《從零開始學(xué)習(xí) Alfred:基礎(chǔ)功能及設(shè)置》
文章無特殊說明皆為原創(chuàng),轉(zhuǎn)載請(qǐng)說明來源!
本文章提供的軟件僅供學(xué)習(xí)使用,請(qǐng)?jiān)?4小時(shí)內(nèi)刪除,本人不承擔(dān)任何相關(guān)責(zé)任!
如果感覺有幫助的話,請(qǐng)點(diǎn)一個(gè)喜歡!



