| Crates.io | rm_ds_store |
| lib.rs | rm_ds_store |
| version | 0.1.3 |
| created_at | 2023-03-16 09:20:19.488922+00 |
| updated_at | 2025-12-01 08:31:35.501143+00 |
| description | Command line tool to help delete Mac OS DS_Stroe files. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 811375 |
| size | 14,645 |
Help delete Mac system generated .DS_ Stroe file.
If there is no rust environment, please install rust.
brew install rust
If there is a rust environment/installed
cargo install rm_ds_store
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
cargo unistall rm_ds_store