Keine Beschreibung

dependabot[bot] 46c22fa0ed build(deps-dev): bump pytest from 8.0.2 to 8.1.1 (#162) vor 2 Monaten
.github 4e3a5269ec build(deps): bump actions/setup-python from 4 to 5 (#146) vor 5 Monaten
free_disk b1302c5413 mypy: remove unused "type: ignore" comment vor 4 Monaten
tests 17d8a1590f pylint: enable various optional checks/extensions vor 1 Jahr
.gitignore dbcdf64ac2 env: downgrade zipp to restore compatibility with python3.4 & python3.5 vor 4 Jahren
.pylintrc 17d8a1590f pylint: enable various optional checks/extensions vor 1 Jahr
CHANGELOG.md 4ebe0aa97f drop compatibility with python3.7 (reached end of life on 2023-06-27) vor 10 Monaten
LICENSE 576cd0c9fa MIT license vor 5 Jahren
Pipfile 8014ae2ce1 relock env with pipenv v2023.10.3 on python v3.11.2 (to remove sanitized-package entry, see commit below); remove pylint-import-requirements from pipeline (see commit below) vor 7 Monaten
Pipfile.lock 46c22fa0ed build(deps-dev): bump pytest from 8.0.2 to 8.1.1 (#162) vor 2 Monaten
README.md e5821e5159 rename param `--delete-re` to `--delete-path-regex` (to avoid ambiguity) vor 2 Jahren
mypy.ini 28839ae92a add additional (internal) type hints to enable mypy's strict mode vor 2 Jahren
setup.py 4ebe0aa97f drop compatibility with python3.7 (reached end of life on 2023-06-27) vor 10 Monaten

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