Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livid/mover
Mover
https://github.com/livid/mover
automation devops macos python python-script
Last synced: about 1 month ago
JSON representation
Mover
- Host: GitHub
- URL: https://github.com/livid/mover
- Owner: livid
- License: mit
- Created: 2017-12-22T09:09:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T07:09:40.000Z (over 4 years ago)
- Last Synced: 2024-12-13T14:43:00.600Z (about 2 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.