{"id":32124156,"url":"https://github.com/luisferlcc/vscode-rimraf","last_synced_at":"2026-02-18T22:01:11.069Z","repository":{"id":62915894,"uuid":"529645143","full_name":"LuisFerLCC/vscode-rimraf","owner":"LuisFerLCC","description":"Permanently delete files and folders (like `npx rimraf` or `rm -rf`) directly from the VSCode GUI.","archived":false,"fork":false,"pushed_at":"2023-10-09T05:16:03.000Z","size":31611,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-21T18:09:28.493Z","etag":null,"topics":["delete-files","extension","fs","rimraf","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LuisFerLCC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null}},"created_at":"2022-08-27T16:57:01.000Z","updated_at":"2025-04-04T03:32:01.000Z","dependencies_parsed_at":"2023-02-08T10:15:30.533Z","dependency_job_id":null,"html_url":"https://github.com/LuisFerLCC/vscode-rimraf","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/LuisFerLCC/vscode-rimraf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisFerLCC%2Fvscode-rimraf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisFerLCC%2Fvscode-rimraf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisFerLCC%2Fvscode-rimraf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisFerLCC%2Fvscode-rimraf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LuisFerLCC","download_url":"https://codeload.github.com/LuisFerLCC/vscode-rimraf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LuisFerLCC%2Fvscode-rimraf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["delete-files","extension","fs","rimraf","visual-studio-code","vscode","vscode-extension"],"created_at":"2025-10-20T21:43:02.304Z","updated_at":"2026-02-18T22:01:11.056Z","avatar_url":"https://github.com/LuisFerLCC.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\r\n\r\n# VSCode Rimraf\r\n\r\n[![VSCode marketplace latest version](https://img.shields.io/visual-studio-marketplace/v/luisferlcc.vscode-rimraf?color=blue\u0026logo=visualstudiocode\u0026logoColor=27b4f4)](https://marketplace.visualstudio.com/items?itemName=luisferlcc.vscode-rimraf)\r\n[![VS Marketplace installs](https://img.shields.io/visual-studio-marketplace/i/luisferlcc.vscode-rimraf?label=installs\u0026logo=visualstudiocode\u0026logoColor=27b4f4)](https://marketplace.visualstudio.com/items?itemName=luisferlcc.vscode-rimraf)\r\n[![Open VSX](https://img.shields.io/badge/Open%20VSX-open--vsx.org-%23c160ef)](https://open-vsx.org/extension/luisferlcc/vscode-rimraf)\r\n[![Contributor Covenant Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-2.1-5e0d73)](https://github.com/luisferlcc/vscode-rimraf/blob/master/.github/CODE_OF_CONDUCT.md)\r\n\r\n\u003c/div\u003e\r\n\r\n**VSCode Rimraf** allows you to permanently delete files and folders (similarly to `rm -rf` or `npx rimraf` in the terminal) directly\r\nfrom the Visual Studio Code GUI.\r\n\r\n## Get started\r\n\r\n### Installation\r\n\r\nInstall the extension from the VS Marketplace or by typing this in the Command Palette:\r\n\r\n```sh-session\r\next install luisferlcc.vscode-rimraf\r\n```\r\n\r\nNext, you will see a dialog box warning you that enabling the extension will empty the trash.\r\n\r\n\u003cdiv align=\"center\"\u003e\r\n\t\u003cimg src=\"https://raw.githubusercontent.com/luisferlcc/vscode-rimraf/HEAD/media/warning.jpg\" alt=\"Trash warning\" width=\"500\"\u003e\r\n\u003c/div\u003e\r\n\r\nMake sure to restore any important files in the trash, and then click _Enable_. VSCode Rimraf is now set up.\r\n\r\n### Usage\r\n\r\nWhile VSCode Rimraf is enabled, deleting files from the VSCode GUI will delete them permanently instead of moving them to the trash.\r\n\r\n![Extension usage](https://raw.githubusercontent.com/luisferlcc/vscode-rimraf/HEAD/media/get-started.gif)\r\n\r\n## Commands\r\n\r\n-   `vscode-rimraf.toggle` **VSCode Rimraf: Toggle extension** Toggles (enables or disables) the extension. It is reset when opening\r\n    a new window.\r\n-   `vscode-rimraf.empty-trash` **VSCode Rimraf: Empty the trash** Empties the trash.\r\n-   `vscode-rimraf.save-logs` **VSCode Rimraf: Save debug log file** After execution, the extension will automatically save the logs\r\n    generated in the output channel.\r\n\r\n## Support\r\n\r\nNeed help using VSCode Rimraf? Don't hesitate to reach out on\r\n[GitHub Discussions](https://github.com/luisferlcc/vscode-rimraf/discussions/categories/q-a)!\r\n\r\n## Links\r\n\r\n-   [GitHub](https://github.com/luisferlcc/vscode-rimraf)\r\n-   [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=luisferlcc.vscode-rimraf)\r\n-   [Open VSX](https://open-vsx.org/extension/luisferlcc/vscode-rimraf)\r\n\r\n## Contributing\r\n\r\nBefore creating an issue, please consider the following:\r\n\r\n-   Make sure the issue hasn't already been reported or suggested.\r\n-   After following these steps, you can file an issue using one of our\r\n    [templates](https://github.com/luisferlcc/vscode-rimraf/issues/new/choose). Please make sure to follow our\r\n    [Code of Conduct](https://github.com/luisferlcc/vscode-rimraf/blob/master/.github/CODE_OF_CONDUCT.md).\r\n-   If you wish to [submit a pull request](https://github.com/luisferlcc/vscode-rimraf/compare) alongside your issue, please follow\r\n    our [contribution guidelines](https://github.com/luisferlcc/vscode-rimraf/blob/master/.github/CONTRIBUTING.md).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisferlcc%2Fvscode-rimraf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluisferlcc%2Fvscode-rimraf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisferlcc%2Fvscode-rimraf/lists"}