Tidak Ada Deskripsi

Fabian Peter Hammerle a8a5ed4ed3 made all constants and functions private (only console entry point should be called directly) 3 tahun lalu
.github 23101024da drop support for python3.4; upgrade dev env; disable travis 4 tahun lalu
free_disk a8a5ed4ed3 made all constants and functions private (only console entry point should be called directly) 3 tahun lalu
tests a8a5ed4ed3 made all constants and functions private (only console entry point should be called directly) 3 tahun lalu
.gitignore dbcdf64ac2 env: downgrade zipp to restore compatibility with python3.4 & python3.5 5 tahun lalu
.pylintrc 2dc9238adc pylint: enable import requirements plugin 5 tahun lalu
CHANGELOG.md a8a5ed4ed3 made all constants and functions private (only console entry point should be called directly) 3 tahun lalu
LICENSE 576cd0c9fa MIT license 6 tahun lalu
Pipfile 4c7ce03746 dev env: add upper version constraint for `click` to keep compatibility with python3.5 3 tahun lalu
Pipfile.lock e9532e43d4 build(deps-dev): bump pathlib2 from 2.3.5 to 2.3.6 3 tahun lalu
README.md 23101024da drop support for python3.4; upgrade dev env; disable travis 4 tahun lalu
mypy.ini a28bb585b6 github workflow: run mypy 4 tahun lalu
setup.py a8a5ed4ed3 made all constants and functions private (only console entry point should be called directly) 3 tahun lalu

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