fclear

Clear compiled files.


License
MIT
Install
pip install fclear==0.1.0

Documentation

fclear

Clear compiled files.

Installation

~ $ python setup.py install

or can use pip

~ $ pip install fclear

Quick start

~ $ fclear python              # Remove pyc, __pycache__
~ $ fclear py                  # Remove pyc, __pycache__
~ $ fclaer vim                 # Remove swp
~ $ fclear vi                  # Remove swp
~ $ fclear java                # Remove class