Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eitancj/move_imported_photos
On MacOS X, move the imported content of the hidden Photos app directory to an organized one on your desktop.
https://github.com/eitancj/move_imported_photos
bash-script macosx photos shell-script
Last synced: 16 days ago
JSON representation
On MacOS X, move the imported content of the hidden Photos app directory to an organized one on your desktop.
- Host: GitHub
- URL: https://github.com/eitancj/move_imported_photos
- Owner: eitancj
- Created: 2023-09-05T10:25:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T17:00:05.000Z (over 1 year ago)
- Last Synced: 2024-10-25T05:09:53.382Z (2 months ago)
- Topics: bash-script, macosx, photos, shell-script
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ISN'T BEING MAINTAINED
### Haven't properly reviewed this shell script in a while.
### Still, you're welcome to give it a go.
On MacOS X, after you've imported some pictures/videos using the Photos app,
move the imported content of the app's hidden directory
to an organized one on your desktop.The script should display the total size of the files to be moved,
and ask for confirmation before proceeding.A new folder named after the current date will be created on your Desktop,
where the imported files will be moved.The user running the script should have sufficient permissions to create the directory and such.
Sudo is also an option.