0xCCF4 / PhotoSort

A tool to rename/move/copy/hardlink/symlink and sort photos and videos by its EXIF date.
GNU General Public License v3.0
5 stars 1 forks source link

[Feature request] Progress run | Log | Quiet run #46

Open roykrikke opened 5 days ago

roykrikke commented 5 days ago

Would be great to implement

1: If you want PhotoSort to run with a progressbar (displaying only the progress and muting all progress messages (including errors)) use the flag --progress.

2: If you want PhotoSort to run and store the output in a log file use the flag --log. This flag can be used in conjunction with the flags --quiet or --progress. --log=/log.txt

3: If you want PhotoSort to run without any output (displaying only error messages, and muting all progress messages) use the flag --quiet.

0xCCF4 commented 4 days ago

Great idea.

Let me know, if I should implement this or you would like to try it. (#45)

roykrikke commented 4 days ago

Would be great if you could implement for now. Then I can start using the new feature. On top of this I will start my learning journey and start contributing at a later time.