|
|
hace 3 años | |
|---|---|---|
| .github | hace 3 años | |
| free_disk | hace 3 años | |
| tests | hace 3 años | |
| .gitignore | hace 5 años | |
| .pylintrc | hace 3 años | |
| CHANGELOG.md | hace 3 años | |
| LICENSE | hace 6 años | |
| Pipfile | hace 3 años | |
| Pipfile.lock | hace 3 años | |
| README.md | hace 3 años | |
| mypy.ini | hace 3 años | |
| setup.py | hace 3 años |
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