{"id":19003937,"url":"https://github.com/kiesel/blkfree","last_synced_at":"2026-04-20T21:30:20.880Z","repository":{"id":140475820,"uuid":"433584142","full_name":"kiesel/blkfree","owner":"kiesel","description":"A program to keep directories / disks cleanup up - it frees blocks, thus the name","archived":false,"fork":false,"pushed_at":"2021-11-30T21:14:21.000Z","size":1042,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T19:13:59.212Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/kiesel.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":"2021-11-30T20:58:34.000Z","updated_at":"2021-11-30T21:14:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"83b539d8-e9f4-4a7e-829c-c11b4f10b850","html_url":"https://github.com/kiesel/blkfree","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/kiesel%2Fblkfree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiesel%2Fblkfree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiesel%2Fblkfree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiesel%2Fblkfree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiesel","download_url":"https://codeload.github.com/kiesel/blkfree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240027414,"owners_count":19736210,"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-08T18:20:53.043Z","updated_at":"2026-04-20T21:30:20.821Z","avatar_url":"https://github.com/kiesel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blkfree\n\nA program to keep directories / disks cleanup up - it frees blocks, thus the name.\n\n## Getting started\n\nYou need:\n\n- node \u003e= 12\n- yarn -\u003e `npm install -g yarn`\n\nInstall project dependencies:\n\n```\nyarn install\n```\n\n... then build\n\n```\nyarn build\n```\n\n## Running\n\nCurrently, run it from the directory of the checkout via `yarn`:\n\n```\n$ yarn blkfree free --help\nblkfree free\n\nFree space when required\n\nOptions:\n  --help     Show help                          [boolean]\n  --version  Show version number                [boolean]\n  --path     Path to check                      [string] [default: \".\"]\n  --reserve  When to free space (ie: \"10%\", \"100M\", \"1G\")\n                                                [string] [default: \"100M\"]\n  --delete   Really delete files?               [boolean] [default: false]\n  --watch    Run in continuous mode?            [boolean] [default: false]\n```\n\n## Example\n\n```\nyarn blkfree free --watch --reserve 100M --path ~/Downloads --delete\n```\n\n... deletes the oldest file in `~/Downloads` when free space on partition falls below 100MB. Runs in watch mode, ie. continuously monitors space, and actually deletes files (omit `--delete` to dry-run).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiesel%2Fblkfree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiesel%2Fblkfree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiesel%2Fblkfree/lists"}