Bez popisu

dependabot[bot] 3bb69905e7 build(deps-dev): bump regex from 2020.6.8 to 2020.10.23 před 3 roky
.github 836769c077 enable github's dependabot for dev env před 3 roky
free_disk 498d5abc78 black format před 4 roky
tests 498d5abc78 black format před 4 roky
.gitignore dbcdf64ac2 env: downgrade zipp to restore compatibility with python3.4 & python3.5 před 4 roky
.pylintrc 2dc9238adc pylint: enable import requirements plugin před 4 roky
.travis.yml 1460ea0d09 travis: disable some redundant tests to speed up pipeline (python>=3.5 in github workflow) před 3 roky
CHANGELOG.md c49e302582 release v0.2.1 před 4 roky
LICENSE 576cd0c9fa MIT license před 5 roky
Pipfile 07201d1725 dev env: add version constraint for lazy-object-proxy to keep python3.4 compatibility před 3 roky
Pipfile.lock 3bb69905e7 build(deps-dev): bump regex from 2020.6.8 to 2020.10.23 před 3 roky
README.md f097861aac readme: added last release badge před 4 roky
mypy.ini a28bb585b6 github workflow: run mypy před 3 roky
setup.py 0bef894769 added python3.8 build před 4 roky

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