Няма описание

dependabot[bot] 9ed3d22655 build(deps-dev): bump mypy from 0.790 to 0.800 преди 3 години
.github 48169d4c36 pipeline: pin pipenv version to make builds reproducible преди 3 години
free_disk 498d5abc78 black format преди 4 години
tests 9f7925d5fe upgrade black; remove `pylint` from `tests_require` преди 3 години
.gitignore dbcdf64ac2 env: downgrade zipp to restore compatibility with python3.4 & python3.5 преди 4 години
.pylintrc 2dc9238adc pylint: enable import requirements plugin преди 4 години
.travis.yml 1460ea0d09 travis: disable some redundant tests to speed up pipeline (python>=3.5 in github workflow) преди 3 години
CHANGELOG.md c49e302582 release v0.2.1 преди 4 години
LICENSE 576cd0c9fa MIT license преди 5 години
Pipfile 9f7925d5fe upgrade black; remove `pylint` from `tests_require` преди 3 години
Pipfile.lock 9ed3d22655 build(deps-dev): bump mypy from 0.790 to 0.800 преди 3 години
README.md f097861aac readme: added last release badge преди 4 години
mypy.ini a28bb585b6 github workflow: run mypy преди 3 години
setup.py 9f7925d5fe upgrade black; remove `pylint` from `tests_require` преди 3 години

README.md

free-disk 💾

Build Status Last Release Python Version

Delete file with the oldest modification date until a minimum of --free-bytes are available on the respective disk.

Install

pip3 install --user --upgrade free-disk

Usage

free-disk --help
free-disk --free-bytes 1GiB /dir/to/cleanup
free-disk --debug --free-bytes 2GB /dir/to/cleanup

Tests

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