{"id":19560888,"url":"https://github.com/000daniel/deldir-plugin","last_synced_at":"2026-05-07T17:34:34.948Z","repository":{"id":250662032,"uuid":"447616022","full_name":"000Daniel/deldir-plugin","owner":"000Daniel","description":"deldir is a command plugin designed for Linux systems, to delete directories,files and folders.","archived":false,"fork":false,"pushed_at":"2022-02-04T17:35:08.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-15T09:20:13.558Z","etag":null,"topics":["command","csharp","linux","plugin","terminal"],"latest_commit_sha":null,"homepage":"","language":"C#","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/000Daniel.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":"2022-01-13T13:47:30.000Z","updated_at":"2022-01-13T15:39:46.000Z","dependencies_parsed_at":"2024-11-06T08:15:28.992Z","dependency_job_id":null,"html_url":"https://github.com/000Daniel/deldir-plugin","commit_stats":null,"previous_names":["000daniel/deldir-plugin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/000Daniel/deldir-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000Daniel%2Fdeldir-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000Daniel%2Fdeldir-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000Daniel%2Fdeldir-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000Daniel%2Fdeldir-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/000Daniel","download_url":"https://codeload.github.com/000Daniel/deldir-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/000Daniel%2Fdeldir-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32748788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"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":["command","csharp","linux","plugin","terminal"],"created_at":"2024-11-11T05:09:03.569Z","updated_at":"2026-05-07T17:34:34.933Z","avatar_url":"https://github.com/000Daniel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deldir plugin - command\n    This plugin allows you to delete entire directories, and it is compatible with elevated privileges. \u003cbr /\u003e\n    Alternatively this plugin allows you to choose whether you want to delete only files or only folders. \u003cbr /\u003e\n    You also have the option to delete a single file. \u003cbr /\u003e\n    This plugin is a terminal command. \u003cbr /\u003e\n\u003cbr /\u003e\n![deldir_icon_v2](https://user-images.githubusercontent.com/90350173/152388050-206c530a-65b7-46fe-8320-337451f9b3b1.png)\n\u003cbr /\u003e\n\u003cbr /\u003e\n## Usage\n    Available Flags: \u003cbr /\u003e\n        `-q, --quiet             don't print folder/file tree` \u003cbr /\u003e\n        `-i, --information       display extra information` \u003cbr /\u003e\n        `-b, --basedirectory     delete the base directory` \u003cbr /\u003e\n        `--fol, --foldersonly    delete only folders` \u003cbr /\u003e\n        `--fil, --filesonly      delete only files` \u003cbr /\u003e\n    Examples: \u003cbr /\u003e\n        `deldir` \u003cbr /\u003e\n        `deldir -i -b` \u003cbr /\u003e\n        `deldir Desktop/folder` \u003cbr /\u003e\n        `deldir Desktop/folder -i -b` \u003cbr /\u003e\n        `deldir Desktop/folder -q -b` \u003cbr /\u003e\n        `deldir Desktop/folder --fil` \u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n![image](https://user-images.githubusercontent.com/90350173/152392515-d915103a-a575-4366-92db-58d03ec2c0a2.png)\n\u003cbr /\u003e\n\u003cbr /\u003e\n## Note before installing\n    This script and the plugin should work on any systems with or without dotnet installed. \u003cbr /\u003e\n    The auto install script uses: sudo. \u003cbr /\u003e\n    This script was tested on EndeavourOS(Arch-based), but it should work on other linux systems. \u003cbr /\u003e\n    I do not take any responsibility for any kind of damage this script might cause, \u003cbr /\u003e\n    use it at your own risk.\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n## Installer\n    download the `installer.sh` file.\u003cbr /\u003e\n    unpack it in the same directory as the other files. \u003cbr /\u003e\n    enter the next commands into the terminal: \u003cbr /\u003e\n    `sudo chmod +x installer.sh`\u003cbr /\u003e\n    `./installer.sh`\u003cbr /\u003e\n    🞄 after the script installs you should be able to use the deldir command.\u003cbr /\u003e\n\u003cbr /\u003e\n## Manual-Install\n    download and unpack the files.\u003cbr /\u003e\n    run in terminal: \u003cbr /\u003e\n    `sudo cp deldir /usr/bin/` \u003cbr /\u003e\n    `sudo cp deldir.pdb /usr/bin/` \u003cbr /\u003e\n    `sudo chmod +x /usr/bin/deldir` \u003cbr /\u003e\n    now you should be able to run the 'deldir' command. \u003cbr /\u003e\n## Change log:\n### 1.3\n    • Added a better 'tree' preview of folders and files. \u003cbr /\u003e\n    • Added a cleaner 'current' directory display. \u003cbr /\u003e\n    • Added back the 'Version' text in `-h`. \u003cbr /\u003e\n    • Updated the `installer.sh` file. \u003cbr /\u003e\n    • The plugin will now sort the files and the folders. \u003cbr /\u003e\n    • Optimized some of the source code(to be more readable). \u003cbr /\u003e\n    • Added more comments in the source code. \u003cbr /\u003e\n### 1.2\n    • Fixed more issues regarding long directories not displaying properly. \u003cbr /\u003e\n    • Ported this project to use my Argument Parser 3.2 instead of 2.0. \u003cbr /\u003e\n    • Changed a bit the color scheme. \u003cbr /\u003e\n    • Optimized some of the source code(to be more readable). \u003cbr /\u003e\n    • Added more comments in the source code. \u003cbr /\u003e\n### 1.1\n    • Fixed some issues regarding long directories not displaying properly. \u003cbr /\u003e\n    • Added more exceptions with new Error messages. \u003cbr /\u003e\n    • Added a 'Version' text in `-h` \u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nThis software was programmed in Visual Studio Code (.Net 6.0).\n\u003e Note: This is an early iteration of this plugin, so expect limitations with this plugin.\n\u003cbr /\u003e\n\n```diff\n- created by https://github.com/000Daniel\n```\nPublish/Release dates: 13.01.2022 \u003cbr /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000daniel%2Fdeldir-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F000daniel%2Fdeldir-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F000daniel%2Fdeldir-plugin/lists"}