Mac OS X显示隐藏文件

显示隐藏文件可以方便我们很多操作。

 

Mac OS X可以通过命令行的方法简单的将隐藏的文件显示出来

 

 

单遇到的问题是,.DS_Store 文件也被显示出来了,

其实.DS_Store 显示并没有什么问题但是对于一个喜欢整洁桌面的我来说就不行了,

我不希望桌面出现任何东西。

 

 

于是写了一个小脚本来显示隐藏文件的同时,把桌面的.DS_Store 弄走

这个是Apple Script 代码

 

do shell script "defaults write com.apple.finder AppleShowAllFiles -bool false"
do shell script "rm ~/Desktop/.DS_Store"
do shell script "defaults write com.apple.finder AppleShowAllFiles -bool true"

 

当然如果不想自己弄的花这里有一个下载链接有一个编译好的App文件可以供大家使用。

 

程序下载地址
http://vdisk.weibo.com/lc/m2HT33t3UDs3hemKh

提取密码:JD3B

 

 

 

 

这篇博文发表在 工作记录 | Work Record 目录下,标签为 , ,
如需引用,请使用链接:https://note.mc256.dev/?p=142

This article published in 工作记录 | Work Record with tags , , .
Cite this page using this link:https://note.mc256.dev/?p=142

您的邮箱地址不会被公开,评论使用Gravatar头像。
Your email address will not be published. This blog is using Gravatar.

正在提交评论... Submitting ...
正在为您准备评论控件 Loading Comment Plugin
Copyright © 2013-2024 mc256. All Rights Reserved.
Powered by WordPress on top of a dual-stack k3s Cluster using JuiceFS.
Wordpress Theme Designed By mc256.
Encrypted By Let's Encrypt.  Hosted On Linode + OVH + AWS.
DNS Provided By Hostker.
Status Page by CloudFlare Worker.