Aucune description

Fabian Peter Hammerle bdd010eefe readme: added usage example il y a 6 ans
.pylintrc f97bc6a304 pylint: disable missing-docstring il y a 6 ans
.travis.yml 4721e859d7 configure travis-ci to run pylint il y a 6 ans
LICENSE 576cd0c9fa MIT license il y a 6 ans
Pipfile 7aac91f63c added setup.py il y a 6 ans
Pipfile.lock 7aac91f63c added setup.py il y a 6 ans
README.md bdd010eefe readme: added usage example il y a 6 ans
free_disk.py f86bab84ed fix: Using deprecated method warn() (deprecated-method) il y a 6 ans
setup.py 60ccab75cc fixed classifiers il y a 6 ans

README.md

free-disk

Build Status

Install

pip3 install --user free-disk

Usage

free-disk --help
free-disk --debug --free-bytes 1024 /dir/to/cleanup

Lint

pip3 install --user pipenv
git clone https://github.com/fphammerle/free-disk.git
cd freesurfer-volume-reader
pipenv run pylint free_disk