Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npalm/photo-tools
Photo tools for command line processing
https://github.com/npalm/photo-tools
Last synced: 25 days ago
JSON representation
Photo tools for command line processing
- Host: GitHub
- URL: https://github.com/npalm/photo-tools
- Owner: npalm
- Created: 2016-11-03T22:54:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T15:14:15.000Z (over 6 years ago)
- Last Synced: 2024-10-12T22:04:57.230Z (about 1 month ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photo processing tools.
## Sort, rename and tag
Sort, rename and tag all the photos in a certain directory. Photo will be formatted in using template `yyyy-mm-dd__SEQUENCE*.JPG`.Usages:
- TAGS: List of tags separated by blank, latest tag will be added as name in the name of the file.
- Separated by blank
- `-` will replaced by a blank in the tag.
- Last tag is used as name in the filename.example:
```
docker run -it --rm -v :/data npalm/photo-tools
sort-and-tag -d . -a "me" -c "me 2018" -t "TAGS"
```