Нет описания

Fabian Peter Hammerle 6a9d3f2aab release v0.2.1 4 лет назад
.github 6e6c1b65fe pipeline/python3.8: upgrade astroid to fix KeyError 4 лет назад
free_disk 498d5abc78 black format 4 лет назад
tests 498d5abc78 black format 4 лет назад
.gitignore c10a95aedd gitignore 4 лет назад
.pylintrc f97bc6a304 pylint: disable missing-docstring 5 лет назад
.travis.yml 6e6c1b65fe pipeline/python3.8: upgrade astroid to fix KeyError 4 лет назад
CHANGELOG.md c49e302582 release v0.2.1 4 лет назад
LICENSE 576cd0c9fa MIT license 5 лет назад
Pipfile cb09861964 env: downgrade importlib-metadata to restore compatibility with python3.4 4 лет назад
Pipfile.lock cb09861964 env: downgrade importlib-metadata to restore compatibility with python3.4 4 лет назад
README.md f097861aac readme: added last release badge 4 лет назад
setup.py 0bef894769 added python3.8 build 4 лет назад

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