#delete #file #macos #cli-file #ds-store #cli

app destroy_ds_store

从当前文件夹及其所有子文件夹中删除讨厌的 .DS_Store 文件

2 个稳定版本

1.0.1 2022 年 11 月 18 日

#622命令行界面

MIT 许可证

6KB
82

Destroy DS_Store

从当前文件夹及其所有子文件夹中删除讨厌的 .DS_Store 文件。

要执行而不安装,请运行 cargo run。默认情况下,它将扫描根项目目录。

您可以可选地向应用程序传递参数,例如:cargo run -- --help 以获取更多信息。

要静默运行,请传递 s 标志,如下所示 cargo run -- -s。这将阻止应用程序在扫描时打印文件名。

要无需询问即删除所有 .ds_store 文件,请传递 y 标志,如下所示 cargo run -- -y

应用程序可选地接受要扫描的目录路径作为参数,要指定路径,请运行 cargo run -- PATH

安装后,您不再需要 cargo run。只需像这样运行 destroy_ds_store PATH [FLAGS],例如 destroy_ds_store --help

更多示例: destroy_ds_store 扫描当前目录。

destroy_ds_store ../ 扫描父目录。

依赖关系

~0.7–8MB
~48K SLoC