blavejr / OrganiseDesktop

Python script that cleans up a messy desktop
MIT License
92 stars 78 forks source link

Add command line tool #46

Closed Fluctuz closed 6 years ago

Fluctuz commented 6 years ago

This PR includes previous fix from #45, because otherwise the program wasn't working for me. Thus you can either merge my previous PR or just cancel it.

  1. Move the undo function to organise_desktop.py
  2. Move cron logic from Clean.py to cronController.py

Thus the whole logic is in organise_desktop.py and cronController.py

  1. Add a Command line tool in Cli.py, which lets the user use the program from the terminal
blavejr commented 6 years ago

@Fluctuz Hey man thanks for the effort you have been putting into this. Greatly appreciated.

Fluctuz commented 6 years ago

Thank you :)