Alfred?
Alfred可以快速方便的打開任意的應用程序。應用參考一地址:http://www.sdifen.com/alfred32.html
簡單介紹下一些簡單的應用:
自定義搜索添加 ?搜索引擎
可以快捷鍵cmd + 亩鬼,進入Preference 或者右擊狀態(tài)欄的帽子進入。
按如下圖操作然后 使用的時候用快捷鍵option + Space 喚出 打出自定義快捷鍵 空格搜索想要找的信息阿蝶。
添加終端 這邊以item2為例
默認是系統(tǒng)終端如果沒使用zsh應該是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)整體性保護機制)不能直接安裝玷过,但是關掉這個機制對系統(tǒng)安全也不好所以不建議直接關掉。可以采用以下方法:
1.關閉 SIP 機制(不推薦)
重啟電腦辛蚊,按下cmd + R 進入恢復模式粤蝎,在界面顯示后再頂端找到終端輸入:
csrutil disable
重啟電腦,就可以安裝了袋马。
2.?啟用SIP關閉 debug (推薦)
重啟電腦初澎,按下cmd + R 進入恢復模式,在界面顯示后再頂端找到終端輸入:
csrutil enable --without debug
重啟電腦安裝虑凛。
注:可能按照這一步操作還是無法安裝碑宴,我們這邊的做法是先按照方法一關閉安裝成功后再重啟電腦按照二啟用但是關閉debug模式,這樣就可以了桑谍。
3.啟用
如果想啟用:重啟電腦->恢復模式終端->輸入以下指令
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.
以上是官方文檔的介紹:意思是先關閉SIP然后安裝最后重新開啟延柠。但是這樣不準確,因為我試過重新開啟后還是不能用锣披,只用關閉debug模式是可以的贞间。
更新軟件是重新執(zhí)行安裝操作,包括關閉SIP開啟SIP功能操作盈罐。
下面附上官方地址介紹很詳細:http://www.trankynam.com/xtrafinder/sip.html????
最后提供安裝包網盤分享:
鏈接:https://pan.baidu.com/s/1mlfd4cpNb11KuLV8Mv93fw 密碼:o4pm
里面還有go2shell pp助手榜跌、Item2及zsh等逆向工程所要的一些工具及腳本和文檔闪唆。