|
|
před 1 dnem | |
|---|---|---|
| .github | před 1 dnem | |
| free_disk | před 1 rokem | |
| tests | před 3 roky | |
| .gitignore | před 5 roky | |
| .pylintrc | před 3 týdny | |
| CHANGELOG.md | před 3 týdny | |
| LICENSE | před 6 roky | |
| Pipfile | před 3 týdny | |
| Pipfile.lock | před 1 týdnem | |
| README.md | před 3 roky | |
| mypy.ini | před 3 roky | |
| pyproject.toml | před 6 měsíci | |
| setup.py | před 3 týdny |
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