mac 使用小技巧
1、用命令行打開開發(fā)工具
前后開發(fā)都避免不了使用命令行來操作提陶,那么用命令打開開發(fā)工具一定會(huì)是一個(gè)很酷的事,:smile:。
IntellJ 系列
以 idea
為例
1宝冕、打開 idea;
2邓萨、添加 idea
為系統(tǒng)命令
頂部 Tools > Create command-line luancher
3地梨、打開終端,驗(yàn)證
# idea [project_path]
idea ~/workspace/project1
此方法可用于 IntelliJ 所有套件(idea/webstorm/datagrip/goland...)
VSCode
1缔恳、打開 vscode宝剖;
2、添加 code
為系統(tǒng)指令歉甚,打開命令面板万细,輸入 install code
,然后回車
打開命令面板的快捷鍵 cmd + shift + p
3纸泄、打開終端赖钞,驗(yàn)證
# code [project_path]
code ~/workspace/project1
2、Finder 相關(guān)
顯示默認(rèn)隱藏的文件夾
重復(fù)按可切換顯示和隱藏
shift + command + .
快速進(jìn)入 home 目錄
shift + command + h
顯示文件路徑
重復(fù)按可切換顯示和隱藏
option + command + p
3聘裁、系統(tǒng)截圖方法
mac 系統(tǒng)默認(rèn)截圖
系統(tǒng)偏好設(shè)置 - 鍵盤 - 快捷鍵 - 截屏
1 全屏截屏
# 截屏存儲(chǔ)為文件
shift? + command? + 3
# 截屏到剪貼板
shift? + control? + command? + 3
2 區(qū)域截屏
# 截屏存儲(chǔ)為文件
shift? + command? + 4
# 截屏到剪貼板
shift? + control? + command? + 4
3 觸控欄截屏
# 截屏存儲(chǔ)為文件
shift? + command? + 6
# 截屏到剪貼板
shift? + control? + command? + 6
4 截屏和錄制選項(xiàng)
shift? + command? + 5
mac + chrome 網(wǎng)頁完整截圖
1雪营、打開 chrome,輸入目標(biāo)網(wǎng)頁地址
2衡便、按快捷鍵 option? + command? + i
3献起、按快捷鍵 shift? + command? + p
4洋访、輸入 capture full
后,按回車
4谴餐、重置應(yīng)用軟件方法(以 atom 為例)
1姻政、退出 atom
2、在程序塢中岂嗓,找到并打開 finder
3汁展、在 finder 中,進(jìn)入用戶主目錄(按快捷鍵 command + shift + h
)
4厌殉、在 finder 中善镰,顯示隱藏目錄(按快捷鍵 command + shift + .
)
5、在 finder 中年枕,刪除應(yīng)用配置目錄炫欺,atom 的配置目錄是 .atom
,直接移除到廢紙簍
6熏兄、重新打開 atom(按快捷鍵 command + 空格
打開聚焦品洛,輸入 atom,然后回車即可)摩桶,此時(shí) atom 已經(jīng)恢復(fù)原始配置了
5桥状、下載軟件
mac 下載軟件有三種渠道:
- appstore
- 軟件官網(wǎng)
- 第三方平臺(tái)
appstore
系統(tǒng)自帶應(yīng)用商店,無需多說硝清。
軟件官網(wǎng)
一般軟件開放商都會(huì)在自己官網(wǎng)放置下載連接辅斟,用戶可以在軟件官網(wǎng)下載。
例如:
第三方平臺(tái)
第三方平臺(tái)有很多芦拿,這里推薦 https://macwk.com/
常用軟件推薦
- 系統(tǒng)清理:騰訊檸檬 https://lemon.qq.com/
- 壓縮工具:BetterZip https://macwk.com/soft/betterzip
- 更多其他軟件士飒,可以在 macwk 上面查找
首發(fā)在我的個(gè)人站點(diǎn):老歐的issueList