Alfred、XtraFinder輔助工具安裝

Alfred 

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





簡單介紹下一些簡單的應用:

自定義搜索添加  搜索引擎

可以快捷鍵cmd + ,進入Preference 或者右擊狀態欄的帽子進入。

按如下圖操作然後 使用的時候用快捷鍵option + Space 喚出 打出自定義快捷鍵 空格搜索想要找的信息。





添加終端 這邊以item2爲例

默認是系統終端如果沒使用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  系統整體性保護機制)不能直接安裝,但是關掉這個機制對系統安全也不好所以不建議直接關掉。可以採用以下方法:

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模式是可以的。

更新軟件是重新執行安裝操作,包括關閉SIP開啓SIP功能操作。

下面附上官方地址介紹很詳細:http://www.trankynam.com/xtrafinder/sip.html    

最後提供安裝包網盤分享:

鏈接:https://pan.baidu.com/s/1mlfd4cpNb11KuLV8Mv93fw 密碼:o4pm

裏面還有go2shell pp助手、Item2及zsh等逆向工程所要的一些工具及腳本和文檔。


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章