|  Fabian Peter Hammerle
				
				4c7ce03746
				dev env: add upper version constraint for `click` to keep compatibility with python3.5 | il y a 4 ans | |
|---|---|---|
| .github | il y a 4 ans | |
| free_disk | il y a 4 ans | |
| tests | il y a 4 ans | |
| .gitignore | il y a 5 ans | |
| .pylintrc | il y a 5 ans | |
| CHANGELOG.md | il y a 4 ans | |
| LICENSE | il y a 6 ans | |
| Pipfile | il y a 4 ans | |
| Pipfile.lock | il y a 4 ans | |
| README.md | il y a 4 ans | |
| mypy.ini | il y a 5 ans | |
| setup.py | il y a 4 ans | 
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 --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