blavejr / OrganiseDesktop

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

Added .desktop to Extension.json, Add function to remove empty folder that were created by this program, Fixed undo function in Linux #79

Closed KokoseiJ closed 4 years ago

KokoseiJ commented 4 years ago

Added .desktop to Extension.json to support linux desktop

Add removedir method to remove empty directory that were created by this program, it checks every directory that were given by argument and deletes it if it's empty - check issue #78

Fixed undo function in Linux - check issue #70