{"id":25074532,"url":"https://github.com/arijsaaleh/linux-disk-space-analyzer","last_synced_at":"2026-05-01T14:33:53.174Z","repository":{"id":191648053,"uuid":"685088224","full_name":"ArijSaaleh/linux-disk-space-analyzer","owner":"ArijSaaleh","description":"Analyze Disk Space Usage - A command-line utility in Python to analyze and visualize disk space usage within a specified directory. Identify the largest directories and files consuming disk space. This utility provides insights into your storage usage and helps you manage your data effectively.","archived":false,"fork":false,"pushed_at":"2023-08-30T14:36:40.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T19:46:20.273Z","etag":null,"topics":["custom-command","custom-linux-command","linux","python","python-script","script"],"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/ArijSaaleh.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}},"created_at":"2023-08-30T13:45:57.000Z","updated_at":"2023-09-05T09:38:10.000Z","dependencies_parsed_at":"2023-08-30T23:27:28.289Z","dependency_job_id":"f7cf03ab-6684-44fd-b1d9-f4ef90580eb3","html_url":"https://github.com/ArijSaaleh/linux-disk-space-analyzer","commit_stats":null,"previous_names":["arijsaaleh/linux-disk-space-analyzer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ArijSaaleh/linux-disk-space-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArijSaaleh%2Flinux-disk-space-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArijSaaleh%2Flinux-disk-space-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArijSaaleh%2Flinux-disk-space-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArijSaaleh%2Flinux-disk-space-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArijSaaleh","download_url":"https://codeload.github.com/ArijSaaleh/linux-disk-space-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArijSaaleh%2Flinux-disk-space-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32501402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["custom-command","custom-linux-command","linux","python","python-script","script"],"created_at":"2025-02-07T00:17:37.905Z","updated_at":"2026-05-01T14:33:53.154Z","avatar_url":"https://github.com/ArijSaaleh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux Disk Space Analyzer\n\nThe Linux Disk Space Analyzer is a command-line utility written in Python that allows you to analyze and visualize disk space usage within a specified directory. With this tool, you can identify the largest directories and files that are consuming disk space, helping you to manage your data effectively.\n\n## Features\n\n- Analyze disk space usage for a specified directory.\n- Display the top N largest items (directories and files) based on size.\n- User-friendly output with human-readable sizes.\n\n## Getting Started\n\n1. Clone this repository:\n   ```sh\n   git clone https://github.com/ArijSaaleh/linux-disk-space-analyzer.git\n2. Navigate to the project directory:\n    ```sh\n    cd linux-disk-space-analyzer\n3. Run the script:\n\n    ```sh\n\n    python diskspace_analyzer.py /path/to/directory --limit N\n\nReplace /path/to/directory with the directory you want to analyze and N with the number of largest items to display.\n\n## Usage \n\n    usage: diskspace_analyzer.py [-h] [--limit LIMIT] directory\n\n    Analyze disk space usage.\n\n    positional arguments:\n    directory        The directory to analyze\n\n    optional arguments:\n    -h, --help       show this help message and exit\n    --limit LIMIT    Limit the number of results (default: 10)\n## Examples \nAnalyze disk space usage in the /home/user directory and display the top 5 largest items:\n    \n    python diskspace_analyzer.py /home/user --limit 5\n\n![Screenshot](result.png)\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farijsaaleh%2Flinux-disk-space-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farijsaaleh%2Flinux-disk-space-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farijsaaleh%2Flinux-disk-space-analyzer/lists"}