https://github.com/livid/mover
Mover
https://github.com/livid/mover
automation devops macos python python-script
Last synced: 9 months ago
JSON representation
Mover
- Host: GitHub
- URL: https://github.com/livid/mover
- Owner: livid
- License: mit
- Created: 2017-12-22T09:09:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T07:09:40.000Z (over 5 years ago)
- Last Synced: 2025-03-31T02:12:45.993Z (10 months ago)
- Topics: automation, devops, macos, python, python-script
- Language: Python
- Size: 2.93 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This tool helps you to keep your macOS Desktop clean. It moves files that have not been accessed for seven days to a folder under Documents. That folder is created with a name like 201712 that indicates the month.
So whenever you run this script, it moves files from:
```
~/Desktop
```
To:
```
~/Documents/Drawer/YYYYMM/
```
Hidden files that with names starting with a dot are ignored and will not be touched.