注意,免費使用者只能使用其features中的功能(即基本搜尋和快速啟動應用等功能,其實這已滿足非重度使用者日常需求);
若要使用workflows(即自定義外掛程式的工作流),則需要購買powerpack才能啟用此功能。
essentials:可設定搜尋「應用程式」、「聯絡人」、「設定」、「safari書籤」。
unintelligent:search all file types
搜尋所有檔案型別。若勾選此項不但影響巡查速度,還混淆預設搜尋結果。alfred建議使用者使用find+空格+檔名來查詢檔案或資料夾;使用open+空格+檔名也可以。
search scope:設定alfred查詢時會搜尋的資料夾範圍,可自己新增和刪除。
fallbacks:若上面的查詢搜尋不到結果時,就會呼叫這裡設定的**或搜尋引擎來進行進一步的查詢。預設反饋結果為google、amazon、wikipedia網頁搜尋。
剪貼簿增強工具是我強烈推薦的,提高效率槓桿的。
1password一款密碼管理工具,這裡開啟的話,就會直接和1password打通,網頁直接開啟登入。
i系統命令快捷方式
終端,程式設計師必用的軟體,這裡使用系統的終端。我改為iterm2,修改指令碼的如下:
-- created by sinan eldem www.sinaneldem.com.tr
on alfred_script(q)
run script "
on run
activate
tryselect first window
set onlywindow to true
on error
create window with default profile
select first window
set onlywindow to true
end try
tell the first window
if onlywindow is false then
create tab with default profile
end if
tell current session to write text q
end tell
end tell
end run
" with parameters
else
run script "
on run
activate
tryselect 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
end if
end alfred_script
演示:workflow與alfred高階
mac 必備工具
可以在乙個視窗中垂直 水平分割視窗,而不用切換來切換去 一些基本功能如下 1 分視窗操作 shift command d 橫向 command d 豎向 2 查詢和貼上 command f,呼出查詢功能,tab 鍵選中找到的文字,option enter 貼上 3 自動完成 command 根據上下...
mac效率工具
alfred是mac上最好用的快速啟動工具,修復了大量問題,alfred能夠讓我們使用鍵盤去完成應用的搜尋和啟動,資訊的本地和web搜尋,查詢字典,剪下板檢視,系統控制等等功能,簡單易用,能夠大大提高使用的mac的效率,此外,alfred還具有大量擴充套件外掛程式可以安裝,動力組增強包提供了很多優秀...
mac效率工具使用
usr bin ruby e curl fssl 可以通過brew list或者brew info查詢安裝位置 安裝字型 git clone depth 1cd fonts install.sh cd.rm fonts 安裝zsh sudo aptinstall zsh 修改預設登入shell為zs...