CLI script help you clean your desktop or your specific folder.
git clone https://github.com/jaredchu/Clean-Desktop-CLI
python run.py
//clean your current location, move all files and folder to a folder with format yyyy-mm-dd
python run.py -f
//file only
python run.py -d
//folder only
python run.py --help
//show help
- Fork it!
- Create your feature branch:
git checkout -b feature/your-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/your-new-feature
- Submit a pull request
MIT