{"id":29721295,"url":"https://github.com/rcosta358/disk-analyzer","last_synced_at":"2025-07-24T14:40:05.369Z","repository":{"id":160418712,"uuid":"634890476","full_name":"rcosta358/disk-analyzer","owner":"rcosta358","description":"Disk Analyzer to that scans a directory and lists the largest files or folders in a file system","archived":false,"fork":false,"pushed_at":"2023-08-26T17:25:51.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T11:11:26.364Z","etag":null,"topics":["disk-analyzer","python","ram-usage"],"latest_commit_sha":null,"homepage":"","language":"Python","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/rcosta358.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":"2023-05-01T13:29:09.000Z","updated_at":"2025-02-02T13:54:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"0fd6aa13-b4b5-4584-bdcb-dcff382a0565","html_url":"https://github.com/rcosta358/disk-analyzer","commit_stats":null,"previous_names":["rcosta358/disk-analyzer","r1c4rdco5t4/disk-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcosta358/disk-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2Fdisk-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2Fdisk-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2Fdisk-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2Fdisk-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcosta358","download_url":"https://codeload.github.com/rcosta358/disk-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcosta358%2Fdisk-analyzer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266857207,"owners_count":23995814,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["disk-analyzer","python","ram-usage"],"created_at":"2025-07-24T14:40:03.896Z","updated_at":"2025-07-24T14:40:05.336Z","avatar_url":"https://github.com/rcosta358.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Disk Analyzer\nDisk Analyzer to that analyzes and manages the file system in a directory that is able to:\n- Scan largest files and folders\n- Scan oldest files and folders\n- Scan duplicates\n- Search and delete files and folders\n- Group files by type, extension and date\n- Visual representation of a directory\n\n### Examples\n\nGetting all directories and files in the current directory:\n```\n\u003e python main.py .        \n    ### Directory sizes: ###\n    1.07 KB - .git\n    4.97 KB - __pycache__\n\n    ### File sizes: ###\n    317.0 B - README.md\n    612.0 B - utils.py\n    773.0 B - args.py\n    896.0 B - main.py\n    912.0 B - classes.py\n    1.24 KB - analyzer.py\n    3.16 KB - .gitignore\n```\n\nGetting all files in the current directory sorted by name in reverse order\n```\n\u003e python main.py . -f -s name -r         \n    ### File sizes: ###\n    612.0 B - utils.py\n    896.0 B - main.py\n    912.0 B - classes.py\n    773.0 B - args.py\n    1.24 KB - analyzer.py\n    1001.0 B - README.md\n    3.16 KB - .gitignore\n```\n\nGetting all files in the current directory with the minimum size of 1KB with th .py extension:\n```\n\u003e python main.py . -f -m 0.001 -ext py \n    ### File sizes: ###\n    1.24 KB - analyzer.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcosta358%2Fdisk-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcosta358%2Fdisk-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcosta358%2Fdisk-analyzer/lists"}