{"id":18619948,"url":"https://github.com/xtyxtyx/unix_disk_space","last_synced_at":"2025-08-14T19:07:18.951Z","repository":{"id":62458518,"uuid":"258655241","full_name":"xtyxtyx/unix_disk_space","owner":"xtyxtyx","description":"Get free disk space info from df, Works on Unix-based systems.","archived":false,"fork":false,"pushed_at":"2020-04-25T00:45:48.000Z","size":4,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-12T06:08:01.339Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/unix_disk_space","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xtyxtyx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-25T00:37:30.000Z","updated_at":"2021-08-03T15:45:18.000Z","dependencies_parsed_at":"2022-11-02T00:16:23.267Z","dependency_job_id":null,"html_url":"https://github.com/xtyxtyx/unix_disk_space","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtyxtyx%2Funix_disk_space","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtyxtyx%2Funix_disk_space/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtyxtyx%2Funix_disk_space/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtyxtyx%2Funix_disk_space/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtyxtyx","download_url":"https://codeload.github.com/xtyxtyx/unix_disk_space/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239412663,"owners_count":19634066,"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","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-11-07T04:04:16.598Z","updated_at":"2025-02-18T05:20:19.444Z","avatar_url":"https://github.com/xtyxtyx.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Unix Disk Space\n\nGet free disk space info from df, Works on Unix-based systems.\n\n## Usage\n\n**A simple usage example:**\n\n```dart\nimport 'package:unix_disk_space/unix_disk_space.dart';\n\nvoid main() async {\n  final disks = await diskSpace();\n  print(disks);\n\n  final fs = await diskSpace.fs('tmpfs');\n  print(fs);\n\n  final file = await diskSpace.file('/bin/bash');\n  print(file);\n}\n```\n\n**Get disk info for each filesystem.**\n```dart\nfinal output = await diskSpace();\n```\n\n**Get disk info for specified filesystem.**\n```dart\nfinal output = await diskSpace.fs('tmpfs');\n```\n\n**Get disk info for filesystem the given file is part of.**\n```dart\nfinal output = await diskSpace.file('./');\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/xtyxtyx/unix_disk_space/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtyxtyx%2Funix_disk_space","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtyxtyx%2Funix_disk_space","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtyxtyx%2Funix_disk_space/lists"}