An open API service indexing awesome lists of open source software.

https://github.com/daguich/imager

A program to rename JPG files according to the date and time stored in the EXIF data
https://github.com/daguich/imager

Last synced: 10 months ago
JSON representation

A program to rename JPG files according to the date and time stored in the EXIF data

Awesome Lists containing this project

README

          

# IMOGER
An image organizer

# Usage

```
usage: imoger.py [-h] [-r] [-p] [-m] [-v] [-d] search target

positional arguments:
search Path to search in
target Files will be transfered to this location

optional arguments:
-h, --help show this help message and exit
-r, --recursive Search recursive
-p, --progress Show progress
-m, --move Instead of copying move the files
-v, --verbose Print more information
-d, --dir Maintain directory structure YYYY/MM/DD/file.JPG
```