dependabot[bot] 560fa9a1c4 build(deps-dev): bump aiohttp from 3.10.2 to 3.11.2 | 3 days ago | |
---|---|---|
.github | 11 months ago | |
free_disk | 11 months ago | |
tests | 2 years ago | |
.gitignore | 4 years ago | |
.pylintrc | 2 years ago | |
CHANGELOG.md | 1 year ago | |
LICENSE | 5 years ago | |
Pipfile | 1 year ago | |
Pipfile.lock | 3 days ago | |
README.md | 2 years ago | |
mypy.ini | 2 years ago | |
setup.py | 1 year ago |
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