Нет описания

Fabian Peter Hammerle 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' 5 лет назад
tests 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' 5 лет назад
.pylintrc f97bc6a304 pylint: disable missing-docstring 5 лет назад
.travis.yml 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' 5 лет назад
LICENSE 576cd0c9fa MIT license 5 лет назад
Pipfile 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' 5 лет назад
Pipfile.lock 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' 5 лет назад
README.md 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' 5 лет назад
free_disk.py 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' 5 лет назад
setup.py 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' 5 лет назад

README.md

free-disk

Build Status

Install

pip3 install --user --upgrade free-disk

Usage

free-disk --help
free-disk --debug --free-bytes 1024 /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