dependabot[bot] b4aa8fb5ec build(deps-dev): bump mypy from 1.12.0 to 1.13.0 (#197) | il y a 3 semaines | |
---|---|---|
.github | il y a 11 mois | |
free_disk | il y a 11 mois | |
tests | il y a 2 ans | |
.gitignore | il y a 4 ans | |
.pylintrc | il y a 2 ans | |
CHANGELOG.md | il y a 1 an | |
LICENSE | il y a 5 ans | |
Pipfile | il y a 1 an | |
Pipfile.lock | il y a 3 semaines | |
README.md | il y a 2 ans | |
mypy.ini | il y a 2 ans | |
setup.py | il y a 1 an |
Delete file with the oldest modification date
until a minimum of --free-bytes
are available on the respective disk.
pip3 install --user --upgrade free-disk
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
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