Sen descrición

Fabian Peter Hammerle b7df0e0565 fix install: move module to subfolder to fix auto detection via setuptools.find_packages() %!s(int64=5) %!d(string=hai) anos
free_disk b7df0e0565 fix install: move module to subfolder to fix auto detection via setuptools.find_packages() %!s(int64=5) %!d(string=hai) anos
tests 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' %!s(int64=5) %!d(string=hai) anos
.pylintrc f97bc6a304 pylint: disable missing-docstring %!s(int64=5) %!d(string=hai) anos
.travis.yml 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' %!s(int64=5) %!d(string=hai) anos
LICENSE 576cd0c9fa MIT license %!s(int64=5) %!d(string=hai) anos
Pipfile 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' %!s(int64=5) %!d(string=hai) anos
Pipfile.lock 1ee810877f arg `--free-bytes`: support human-readable formats like '2TB' or '2GiB' %!s(int64=5) %!d(string=hai) anos
README.md 8ba84b9914 readme usage: added examples for new `--free-bytes` format %!s(int64=5) %!d(string=hai) anos
setup.py 7abf9af333 setup.py: added description (module docstring) %!s(int64=5) %!d(string=hai) anos

README.md

free-disk

Build Status

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