Nincs leírás

Fabian Peter Hammerle 14b8e72b5b dependabot: only update Pipfile.lock to keep compatibility with python3.4 4 éve
.github 14b8e72b5b dependabot: only update Pipfile.lock to keep compatibility with python3.4 4 éve
free_disk 498d5abc78 black format 5 éve
tests 498d5abc78 black format 5 éve
.gitignore dbcdf64ac2 env: downgrade zipp to restore compatibility with python3.4 & python3.5 5 éve
.pylintrc 2dc9238adc pylint: enable import requirements plugin 5 éve
.travis.yml 1460ea0d09 travis: disable some redundant tests to speed up pipeline (python>=3.5 in github workflow) 4 éve
CHANGELOG.md c49e302582 release v0.2.1 5 éve
LICENSE 576cd0c9fa MIT license 6 éve
Pipfile 07201d1725 dev env: add version constraint for lazy-object-proxy to keep python3.4 compatibility 4 éve
Pipfile.lock 5a95348fdc build(deps-dev): bump typing-extensions from 3.7.4.2 to 3.7.4.3 4 éve
README.md f097861aac readme: added last release badge 5 éve
mypy.ini a28bb585b6 github workflow: run mypy 4 éve
setup.py 0bef894769 added python3.8 build 5 éve

README.md

free-disk 💾

Build 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