dependabot[bot] 0d7d10b5f3 build(deps-dev): bump pytest from 7.2.1 to 7.2.2 (#108) | 1 рік тому | |
---|---|---|
.github | 2 роки тому | |
free_disk | 2 роки тому | |
tests | 2 роки тому | |
.gitignore | 4 роки тому | |
.pylintrc | 2 роки тому | |
CHANGELOG.md | 2 роки тому | |
LICENSE | 5 роки тому | |
Pipfile | 1 рік тому | |
Pipfile.lock | 1 рік тому | |
README.md | 2 роки тому | |
mypy.ini | 2 роки тому | |
setup.py | 2 роки тому |
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