Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 696 Bytes

File metadata and controls

25 lines (18 loc) · 696 Bytes

Clean Desktop CLI

CLI script help you clean your desktop or your specific folder.

Sample

Installation

git clone https://github.com/jaredchu/Clean-Desktop-CLI

Usage

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b feature/your-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/your-new-feature
  5. Submit a pull request

License

MIT