Keine Beschreibung

dependabot[bot] cb9fa07037 build(deps): bump actions/checkout from 5 to 6 (#236) vor 1 Tag
.github cb9fa07037 build(deps): bump actions/checkout from 5 to 6 (#236) vor 1 Tag
free_disk b1302c5413 mypy: remove unused "type: ignore" comment vor 1 Jahr
tests 17d8a1590f pylint: enable various optional checks/extensions vor 3 Jahren
.gitignore dbcdf64ac2 env: downgrade zipp to restore compatibility with python3.4 & python3.5 vor 5 Jahren
.pylintrc 4849a4f447 drop compatibility with python3.9 vor 3 Wochen
CHANGELOG.md 7e673b772e test against python3.11–13 & declare compatibility vor 3 Wochen
LICENSE 576cd0c9fa MIT license vor 6 Jahren
Pipfile 4849a4f447 drop compatibility with python3.9 vor 3 Wochen
Pipfile.lock 53c376fb3f build(deps-dev): bump black from 25.9.0 to 25.11.0 (#234) vor 1 Woche
README.md e5821e5159 rename param `--delete-re` to `--delete-path-regex` (to avoid ambiguity) vor 3 Jahren
mypy.ini 28839ae92a add additional (internal) type hints to enable mypy's strict mode vor 3 Jahren
pyproject.toml 690bf1a5df move specification of build dependency on setuptools-scm from setup.py to pyproject.toml vor 6 Monaten
setup.py 7e673b772e test against python3.11–13 & declare compatibility vor 3 Wochen

README.md

free-disk 💾

CI Pipeline Status Last Release Python Version

Delete file with the oldest modification date until a minimum of --free-bytes are available on the respective disk.

Install

pip3 install --user --upgrade free-disk

Usage

free-disk --help
free-disk --free-bytes 1GiB /dir/to/cleanup
free-disk --free-bytes 1GiB --delete-path-regex '\.mp4$' /dir/to/cleanup
free-disk --debug --free-bytes 2GB /dir/to/cleanup

Tests

pip3 install --user pipenv
git clone https://github.com/fphammerle/free-disk.git
cd freesurfer-volume-reader
pipenv run pylint free_disk
pipenv run pytest