{"id":16387294,"url":"https://github.com/fhsinchy/rmbyext","last_synced_at":"2026-03-15T20:38:26.110Z","repository":{"id":47403828,"uuid":"146611774","full_name":"fhsinchy/rmbyext","owner":"fhsinchy","description":"Recursively removes all files with given extension(s)","archived":false,"fork":false,"pushed_at":"2023-08-20T11:02:05.000Z","size":41,"stargazers_count":50,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-12T04:26:11.967Z","etag":null,"topics":["python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fhsinchy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-29T14:24:49.000Z","updated_at":"2024-08-02T10:45:37.000Z","dependencies_parsed_at":"2022-08-23T12:42:01.056Z","dependency_job_id":null,"html_url":"https://github.com/fhsinchy/rmbyext","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhsinchy%2Frmbyext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhsinchy%2Frmbyext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhsinchy%2Frmbyext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fhsinchy%2Frmbyext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fhsinchy","download_url":"https://codeload.github.com/fhsinchy/rmbyext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221811385,"owners_count":16884305,"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":["python3"],"created_at":"2024-10-11T04:26:09.969Z","updated_at":"2026-03-15T20:38:26.052Z","avatar_url":"https://github.com/fhsinchy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remove(rm) by Extension(ext)\n\nAssume a situation when you have to delete a lot of files of certain extension recursively from hundreds of folder. This program makes that task very easy.\n\n## Requirements\n\n* Python 3\n\n## Installation\n\n```shell\npip install git+https://github.com/fhsinchy/rmbyext.git#egg=rmbyext\npip freeze\n```\n\nOutput \u0026ndash;\n\n```shell\nrmbyext==1.0.0\n```\n\n## Usage\n\nOnce you have installed the package it should be available everywhere in your system. The generic command for executing this script is\n\n```shell\nrmbyext \u003cfile extension\u003e\n```\n\nor in case of multiple extensions\n\n```shell\nrmbyext \u003cfile extension\u003e \u003cfile extension\u003e\n```\n\nLets say you want to delete all the **PDF** files from a directory. You simply put this script on that directory and execute\n\n```shell\nrmbyext pdf\n```\n\nThe script will look for all **PDF** files recursively and delete all of them. As stated above you can also pass multiple extensions separated by space\n\n```shell\nrmbyext pdf txt\n```\n\nThis command will delete all **PDF** and **TXT** files.\n\nList of the deleted files will be shown on the console as well as written inside `delete_log.log` file in the same directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhsinchy%2Frmbyext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffhsinchy%2Frmbyext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffhsinchy%2Frmbyext/lists"}