{"id":15599116,"url":"https://github.com/fluffynuts/df","last_synced_at":"2025-09-06T19:36:57.054Z","repository":{"id":63704538,"uuid":"558286052","full_name":"fluffynuts/df","owner":"fluffynuts","description":"A minimal implementation of the `df` command for windows","archived":false,"fork":false,"pushed_at":"2023-11-06T07:23:56.000Z","size":14,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T11:16:44.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluffynuts.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-27T08:46:28.000Z","updated_at":"2022-11-24T10:49:02.000Z","dependencies_parsed_at":"2025-01-06T16:48:14.776Z","dependency_job_id":"ceacf556-c99b-4b30-a4aa-fc795635b55a","html_url":"https://github.com/fluffynuts/df","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"ec8ad80f11952dc3c08a9057337b347c40c218f8"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fluffynuts/df","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluffynuts","download_url":"https://codeload.github.com/fluffynuts/df/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273954744,"owners_count":25197561,"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-09-06T02:00:13.247Z","response_time":2576,"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":[],"created_at":"2024-10-03T01:44:14.240Z","updated_at":"2025-09-06T19:36:57.006Z","avatar_url":"https://github.com/fluffynuts.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"df\n---\n\nA very simple `df`-like clone for windows. No options, no frills, just see drive usage.\n\nwhy\n---\n\nThe one that comes with GOW doesn't seem to work and I don't feel like installing\nall of cygwin for such basic functionality.\n\n\nbuilding\n---\nYou'll need at least dotnet 6.0. If you like an easy life, install node:\n```\nnpm ci\nnpm run publish\n```\n\n(artifact will appear in the `Publish` folder)\n\nIf you don't have (and really don't want to install) node, check out the commandline\nfor the \"publish\" script in package.json, or roll your own.\n\nusage\n---\n\nTry `--help`.\n\nRun `df` to get a human-readable output. You can get byte sizes with `--no-human-readable`\nor use a 1000 divisor instead of the generally-accepted 1024 with `--si`.\n\nit's fat\n---\n\nYes, this is a chonky boi when published (3mb with AOT), but it was quick to bang out in .net - if you\nwant to keep it smaller, you probably only need, from a regular build:\n- df.exe\n- df.dll\n\nfor a total of about 160k, which is still chonky compared with the native `df` coming\nin at about 2k. C'est la vie!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluffynuts%2Fdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fdf/lists"}