{"id":22001436,"url":"https://github.com/alshdavid/rrm","last_synced_at":"2025-08-21T19:25:20.996Z","repository":{"id":228685154,"uuid":"774661460","full_name":"alshdavid/rrm","owner":"alshdavid","description":"Recursively Find and Remove","archived":false,"fork":false,"pushed_at":"2025-01-19T08:42:44.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T11:56:14.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alshdavid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-20T00:06:56.000Z","updated_at":"2025-01-19T08:37:21.000Z","dependencies_parsed_at":"2024-03-23T23:28:14.693Z","dependency_job_id":"540be17f-bda4-4efc-ba46-4cd704b54279","html_url":"https://github.com/alshdavid/rrm","commit_stats":null,"previous_names":["alshdavid/rrm"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alshdavid%2Frrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alshdavid%2Frrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alshdavid%2Frrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alshdavid%2Frrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alshdavid","download_url":"https://codeload.github.com/alshdavid/rrm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248878020,"owners_count":21176242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T23:13:49.919Z","updated_at":"2025-04-14T11:56:25.869Z","avatar_url":"https://github.com/alshdavid.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recursively Find and Remove 👓🔥\n\nThis is a cross-platform utility that will recursively search a directory for files \u0026 folders with a specific name or names, find all occurrences then prompt you to delete them.\n\nWhile you can achieve this in `bash` with a combination of `find` and `rm -rf`, the motivation for this tool is to use the same syntax for this operation across all operating systems and shell environments.\n\n## Example\n\n```\nrrm -f \"node_modules\" -f \".DS_Store\" ~/Development\n```\n\nOutputs:\n```\nLooking within:\n  /home/alshdavid/Development\n\nLooking for:\n  node_modules\n  .DS_Store\n\nFound:\n  /home/alshdavid/Development/my-project/another_one/.DS_Store\n  /home/alshdavid/Development/my-project/node_modules\n  /home/alshdavid/Development/my-project/.DS_Store\n\nDelete matches? [y/N] y\n  /home/alshdavid/Development/my-project/another_one/.DS_Store\n  /home/alshdavid/Development/my-project/.DS_Store\n  /home/alshdavid/Development/my-project/node_modules\n```\n\n# Development 🧩\n\n## Prerequisite Tools\n\n- [Rust](https://rustup.rs/)\n- [Just](https://github.com/casey/just)\n\n## Building\n\n```\njust build\ntarget=release just build\n```\n\n## Running Development Build\n\n```\njust run\njust run -f node_modules ~/Development\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falshdavid%2Frrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falshdavid%2Frrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falshdavid%2Frrm/lists"}