dependabot[bot] 11f9f00b00 build(deps-dev): bump aiohttp from 3.10.2 to 3.11.2 (#199) | hace 23 horas | |
---|---|---|
.github | hace 11 meses | |
free_disk | hace 11 meses | |
tests | hace 2 años | |
.gitignore | hace 4 años | |
.pylintrc | hace 2 años | |
CHANGELOG.md | hace 1 año | |
LICENSE | hace 5 años | |
Pipfile | hace 1 año | |
Pipfile.lock | hace 23 horas | |
README.md | hace 2 años | |
mypy.ini | hace 2 años | |
setup.py | hace 1 año |
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