Bez popisu

Fabian Peter Hammerle aeeb53e114 drop compatibility with python3.6; test against python3.10 před 2 roky
.github aeeb53e114 drop compatibility with python3.6; test against python3.10 před 2 roky
free_disk aeeb53e114 drop compatibility with python3.6; test against python3.10 před 2 roky
tests aeeb53e114 drop compatibility with python3.6; test against python3.10 před 2 roky
.gitignore dbcdf64ac2 env: downgrade zipp to restore compatibility with python3.4 & python3.5 před 4 roky
.pylintrc a91afa30d8 drop compatibility with python3.5 před 2 roky
CHANGELOG.md aeeb53e114 drop compatibility with python3.6; test against python3.10 před 2 roky
LICENSE 576cd0c9fa MIT license před 5 roky
Pipfile aeeb53e114 drop compatibility with python3.6; test against python3.10 před 2 roky
Pipfile.lock aeeb53e114 drop compatibility with python3.6; test against python3.10 před 2 roky
README.md 23101024da drop support for python3.4; upgrade dev env; disable travis před 3 roky
mypy.ini a28bb585b6 github workflow: run mypy před 3 roky
setup.py aeeb53e114 drop compatibility with python3.6; test against python3.10 před 2 roky

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 --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