【macOS】清除Finder 「前往」(⌘ - Shift - G)记录

✨Finder「前往」

在Finder中使用如下快捷键可快速前往指定目录

Command(⌘)+ Shift(⇧)+ G

【macOS】清除Finder 「前往」(⌘ - Shift - G)记录

但是会留下记录


✨清除Finder「前往」记录

Terminal运行以下命令

plutil -replace GoToField -string '' ~/Library/Preferences/com.apple.finder.plist && plutil -replace GoToFieldHistory -json '[]' ~/Library/Preferences/com.apple.finder.plist && killall Finder

# 此命令所做的就是下文的内容:清除 ~/Library/Preferences/com.apple.finder.plist 中 GoToField 和 GoToFieldHistory 两个键值下的所有内容并重启 Finder

✨参考及引用

https://sspai.com/post/57560


⭐转载请注明出处

本文作者:双份浓缩馥芮白

原文链接:https://www.cnblogs.com/Flat-White/p/14974885.html

版权所有,如需转载请注明出处。

上一篇:【Java Web学习】The type java.io.ObjectInputStream cannot be resolved. It is indirectly referenced ……


下一篇:解决TensorFlow在terminal中正常但在jupyter notebook中报错的方案