3 releases

0.1.2 Apr 3, 2023
0.1.1 Mar 17, 2023
0.1.0 Mar 16, 2023

#137 in macOS and iOS APIs

Download history 17/week @ 2024-02-22 70/week @ 2024-02-29 7/week @ 2024-03-07

94 downloads per month

MIT/Apache

5KB

README

Help delete Mac system generated .DS_ Stroe file.

INSTALL

If there is no rust environment, please install rust.

brew install rust

If there is a rust environment/installed

cargo install rm_ds_store

USAGE

When there is no parameter execution, the path of the currently executed command will be the root path to traverse the file and delete it. DS_Store file

  rmds

-p or --path parameter specifies the path

rmds -p ~/code
rmds --path ~/code

-s or --show parameter Define whether to display the deletion log,Default to true.

rmds -s false 
rmds --show false

UNINSTALL

cargo unistall rm_ds_store

Dependencies

~1.3–1.8MB
~36K SLoC