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

Fabian Peter Hammerle 3320c3210b env: downgrade astroid to restore compatibility with python3.4 преди 5 години
.github 0bef894769 added python3.8 build преди 5 години
free_disk 498d5abc78 black format преди 5 години
tests 498d5abc78 black format преди 5 години
.gitignore c10a95aedd gitignore преди 5 години
.pylintrc f97bc6a304 pylint: disable missing-docstring преди 6 години
.travis.yml 0bef894769 added python3.8 build преди 5 години
CHANGELOG.md 3a0ebf4864 use readme as long description преди 5 години
LICENSE 576cd0c9fa MIT license преди 6 години
Pipfile 3320c3210b env: downgrade astroid to restore compatibility with python3.4 преди 5 години
Pipfile.lock 3320c3210b env: downgrade astroid to restore compatibility with python3.4 преди 5 години
README.md f097861aac readme: added last release badge преди 5 години
setup.py 0bef894769 added python3.8 build преди 5 години

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