OmniFocus
一款 GTD 神器,有效清空大腦中的事項,幫助集中注意力和提高效率。OmniFocus 的開發(fā)概念是來自 David Allen 的書籍與事務管理方法 “Getting Things Done”,主要協(xié)助您捕捉并管理各項事務與點子,發(fā)揮生產(chǎn)力;人們可以用它來儲存、管理及處理各項動作或任務,而任務或各項目可被指派到相關的專案中,同時 OmniFocus 也提供了視覺提示來提醒您下一步該執(zhí)行的動作。
SizeUp
一款窗口處理神器,只需要按下幾組組合件,即可輕松管理窗口。非常好用,建議購買付費版。

image
Alfred

image
Alfred被稱之為 Mac 上最強大的效率工具,尤其是其中引入的 Workflows 擴展功能。不過 Workflows 也是要購買 powerpack 付費方可使用。
安裝完成后即可輸入
Alt+空格 激活使用。
其中> 調(diào)用命令行部分,如果希望調(diào)用iTerm 可以復制以下代碼,即可實現(xiàn)調(diào)用 > 打開出Term

image
on alfred_script(q)
if application "iTerm2" is running or application "iTerm" is running then
run script "
on run {q}
tell application \"iTerm\"
activate
try
select 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 {q}
else
run script "
on run {q}
tell application \"iTerm\"
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
默認打開iTerm后,會在~目錄中。如果需要運行自己常用的程序,可以使用
ln -s /usr/tmp ./tmp_link
的方式建立一個軟鏈接,這樣就可以在當前目錄創(chuàng)建一個 tmp_link 的鏈接,cd tmp_link即可進入需要到達的目錄。有了快速執(zhí)行命令行的這種方式,可以有效節(jié)約打開的時間。盡量解放自己的雙手。
簡單介紹下關于Workflows,主要包括創(chuàng)建新文件、印象筆記搜索、系統(tǒng)隱藏文件查看、最近訪問的文件和在命令行/Finder目錄之間的快速切換。使用非常便捷。其中的項目均是通過插件下載所得

image
Alfred 插件下載地址:http://www.alfredworkflow.com/