Aucune description

Fabian Peter Hammerle 1f11c2aa9e python3.5: workaround pytest failing with "pathlib2" import error il y a 3 ans
.github 9b3647d320 github workflow / pipenv: explicitly specify python version to workaround pipenv picking highest available il y a 3 ans
free_disk 498d5abc78 black format il y a 4 ans
tests 498d5abc78 black format il y a 4 ans
.gitignore dbcdf64ac2 env: downgrade zipp to restore compatibility with python3.4 & python3.5 il y a 4 ans
.pylintrc 2dc9238adc pylint: enable import requirements plugin il y a 4 ans
.travis.yml 270e23aacc pipeline: lint tests il y a 4 ans
CHANGELOG.md c49e302582 release v0.2.1 il y a 4 ans
LICENSE 576cd0c9fa MIT license il y a 5 ans
Pipfile 1f11c2aa9e python3.5: workaround pytest failing with "pathlib2" import error il y a 3 ans
Pipfile.lock 1f11c2aa9e python3.5: workaround pytest failing with "pathlib2" import error il y a 3 ans
README.md f097861aac readme: added last release badge il y a 4 ans
setup.py 0bef894769 added python3.8 build il y a 4 ans

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