Alfred?
Alfred可以快速方便的打開任意的應(yīng)用程序。應(yīng)用參考一地址:http://www.sdifen.com/alfred32.html

簡單介紹下一些簡單的應(yīng)用:
自定義搜索添加 ?搜索引擎
可以快捷鍵cmd + ,進入Preference 或者右擊狀態(tài)欄的帽子進入。
按如下圖操作然后 使用的時候用快捷鍵option + Space 喚出 打出自定義快捷鍵 空格搜索想要找的信息。


添加終端 這邊以item2為例
默認是系統(tǒng)終端如果沒使用zsh應(yīng)該是bash終端破解版自帶不需要配置,不破解這個功能用不了。下面先上配置腳本:
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

操作也比較簡單 > 快捷鍵 空格然后輸入你要輸入的指令比如whoami
其他功能比如計算器啥的暫時就不介紹了。
XtraFinder安裝
這個是一個功能比較強大的finder擴展軟件但是由于mac OS X 10.11以上版本的SIP(System Integrity Protection ?系統(tǒng)整體性保護機制)不能直接安裝,但是關(guān)掉這個機制對系統(tǒng)安全也不好所以不建議直接關(guān)掉??梢圆捎靡韵路椒ǎ?/p>
1.關(guān)閉 SIP 機制(不推薦)
重啟電腦,按下cmd + R 進入恢復(fù)模式,在界面顯示后再頂端找到終端輸入:
csrutil disable
重啟電腦,就可以安裝了。
2.?啟用SIP關(guān)閉 debug (推薦)
重啟電腦,按下cmd + R 進入恢復(fù)模式,在界面顯示后再頂端找到終端輸入:
csrutil enable --without debug
重啟電腦安裝。
注:可能按照這一步操作還是無法安裝,我們這邊的做法是先按照方法一關(guān)閉安裝成功后再重啟電腦按照二啟用但是關(guān)閉debug模式,這樣就可以了。
3.啟用
如果想啟用:重啟電腦->恢復(fù)模式終端->輸入以下指令
csrutil enable
4.文檔方法
安裝方法
Steps to install XtraFinder the first time
1. Disable System Integrity Protection.
2. Open XtraFinderInstaller to install XtraFinder.
3. Re-enable System Integrity Protection.
更新
Updating XtraFinder
鏈接:https://pan.baidu.com/s/1mlfd4cpNb11KuLV8Mv93fw 密碼:o4pmYou do not need to repeat the installation procedure.
Just copy XtraFinder to /Applications directory.
以上是官方文檔的介紹:意思是先關(guān)閉SIP然后安裝最后重新開啟。但是這樣不準(zhǔn)確,因為我試過重新開啟后還是不能用,只用關(guān)閉debug模式是可以的。
更新軟件是重新執(zhí)行安裝操作,包括關(guān)閉SIP開啟SIP功能操作。
下面附上官方地址介紹很詳細:http://www.trankynam.com/xtrafinder/sip.html????
最后提供安裝包網(wǎng)盤分享:
鏈接:https://pan.baidu.com/s/1mlfd4cpNb11KuLV8Mv93fw 密碼:o4pm
里面還有g(shù)o2shell pp助手、Item2及zsh等逆向工程所要的一些工具及腳本和文檔。