Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shoorick/move-images
Move images and group them together
https://github.com/shoorick/move-images
camera distribution perl pictures
Last synced: 27 days ago
JSON representation
Move images and group them together
- Host: GitHub
- URL: https://github.com/shoorick/move-images
- Owner: shoorick
- Created: 2020-08-19T18:05:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T18:55:39.000Z (over 4 years ago)
- Last Synced: 2024-11-10T19:25:20.748Z (3 months ago)
- Topics: camera, distribution, perl, pictures
- Language: Perl
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
move-images
===========Move images and group them together
Description
-----------Move images from removable memory card to HDD:
* remove leading letters from its names,
* lowercase these names,
* attempt to create subfolder named as `year`/`month`/`day`
* move file into this subfolder
* and then change file mode of moved file.Usage
-----./move-images.pl [ options ] [ path-to-memory-card ]
Options
-------**-s**, **--src**, **--source**=`PATH`
Use `PATH` for source instead of (first-argument)/DCIM
**-d**, **--dst**, **--destination**=`PATH`
Use `PATH` for destination instead of ~/photo/*
**-p**, **--precision**=`LEVEL`
Set precision for grouping of photos.
Allowed values are from `0` for year
through default value `2` for day up to `5` for second.**--chmod**=`MODE`
Change mode of processed files to `MODE`.
**-k**, **--keep-prefix**
Do not remove non-digital prefixes from names of files.
**-?**, **-h**, **--help**
Print a brief help message and exit.
**-m**, **--man**, **--manual**
Prints the manual page and exit.
**-v**, **--verbose**
Be verbose. Show names of processed files.
Author
------Alexander Sapozhnikov
http://shoorick.ru/License
-------This program is free software, you can redistribute it and/or modify
it under the same terms as Perl itself.See also
--------https://github.com/shoorick/move-images