From 829dbea51fe6caa9be9e25190c26a266174b4f13 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 4 May 2019 10:18:37 +0200 Subject: copyPhotos: show photos chronological with feh --- copyPhotos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyPhotos b/copyPhotos index 4d00c9c..74b5073 100755 --- a/copyPhotos +++ b/copyPhotos @@ -186,7 +186,7 @@ fi while true do - feh -XdF "${!jahre[@]}" + feh -XdF $(printf '%s\n' "${!jahre[@]}" | sort) read -p '"[fk]:$regex": ' s case "${s}" in "") -- cgit v1.2.3-70-g09d2