Add copy-photos-sorted.ps1

This commit is contained in:
Markus Fleschutz
2021-07-15 17:45:59 +02:00
parent b97098fc42
commit eebb711087
3 changed files with 69 additions and 1 deletions

View File

@ -47,6 +47,7 @@ close-system-settings.ps1, closes the System Settings gracefully
close-thunderbird.ps1, closes Mozilla Thunderbird gracefully
close-vlc.ps1, closes the VLC media player gracefully
close-windows-terminal.ps1, closes Windows Terminal gracefully
copy-photos-sorted.ps1, Copies all photos sorted by year and month
configure-git.ps1, sets up the Git user configuration
convert-csv2txt.ps1, converts the given CSV file into a text list
convert-mysql2csv.ps1, converts the MySQL database table to a CSV file

1 Script Description
47 close-thunderbird.ps1 closes Mozilla Thunderbird gracefully
48 close-vlc.ps1 closes the VLC media player gracefully
49 close-windows-terminal.ps1 closes Windows Terminal gracefully
50 copy-photos-sorted.ps1 Copies all photos sorted by year and month
51 configure-git.ps1 sets up the Git user configuration
52 convert-csv2txt.ps1 converts the given CSV file into a text list
53 convert-mysql2csv.ps1 converts the MySQL database table to a CSV file