zl程序教程

您现在的位置是:首页 >  其他

当前栏目

隐藏与显示macos桌面文件

2023-03-20 15:28:01 时间

文章目录

视频 https://player.bilibili.com/player.html?aid=422087847

显示和隐藏macos桌面文件

方法1

安装

$ brew install hudochenkov/sshpass/sshpass

配置

$ vim ~/.zshrc
#添加两行(位置随意)
alias hide=' defaults write com.apple.finder CreateDesktop -bool false;killall Finder' 
alias show=' defaults write com.apple.finder CreateDesktop -bool true;killall Finder'

刷新文件

$ source ~/.zshrc
$ hide  #可以隐藏桌面文件
$ show # 可显示桌面问价

方法2

  • alfred
  • https://github.com/errolyan/alfred_workflow