It's often frustrating and time-comsuming job to sort many files especially in downloads folder. I am a lazy programmer so I just made my solution ;)
python3 lazyFileArrange.py
If you want to slow down moving speed, type
python3 sorter.py -d [second]
demo
python3 sorter.py -d 1
Ways to contribute
- Suggest a feature
- Fix a something and make pull request
- Report me a bug
- Help me document the code
Licensed under the MIT LICENSE, see LICENSE for more information.