-
-
Save ivandokov/a6f65d9f61842c42e0a65d3d4008c015 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: phockup | |
version: '1.2.0' | |
summary: Photo and video sorting tool | |
description: | | |
Media sorting and backup tool to organize photos and videos from your camera in folders by year, month and day. | |
The software will collect all files from the input directory and transfer them to the output directory without | |
changing the files content. It will only rename the files and place them in the proper directory for the year, month and day. | |
grade: devel | |
confinement: devmode | |
apps: | |
phockup: | |
command: phockup | |
parts: | |
phockup: | |
source: https://github.com/ivandokov/phockup.git | |
source-tag: v1.2.0 | |
plugin: python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment