|  Fabian Peter Hammerle
				
				ff1c7600ee
				drop compatibility with python3.8 | 9 mesi fa | |
|---|---|---|
| .github | 9 mesi fa | |
| free_disk | 1 anno fa | |
| tests | 3 anni fa | |
| .gitignore | 5 anni fa | |
| .pylintrc | 9 mesi fa | |
| CHANGELOG.md | 9 mesi fa | |
| LICENSE | 6 anni fa | |
| Pipfile | 9 mesi fa | |
| Pipfile.lock | 9 mesi fa | |
| README.md | 3 anni fa | |
| mypy.ini | 3 anni fa | |
| setup.py | 9 mesi fa | 
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