| Crates.io | safe-remove |
| lib.rs | safe-remove |
| version | 0.1.2 |
| created_at | 2025-01-19 08:38:20.616478+00 |
| updated_at | 2025-01-21 03:13:52.057584+00 |
| description | Safe Remove (srm): Move files to a safe location instead of deleting them immediately. |
| homepage | |
| repository | https://github.com/kjwsl/srm |
| max_upload_size | |
| id | 1522681 |
| size | 47,669 |
[!CAUTION] I'm still working on this project, so it's not ready for use yet.
srm is a command-line program to delete files securely.
The rm command is the most commonly used command to delete files in Unix-like operating systems. However, it's really easy to accidentally delete important files with it, and never be able to restore it.
srm is a safer alternative to rm that stores deleted files in a trash directory instead of deleting them permanently.
-r option to delete directories recursively.