Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
12
.bin/OLD/imagesort
Executable file
12
.bin/OLD/imagesort
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
find ${@:-.} -mindepth 1 \
|
||||
-maxdepth 1 \
|
||||
-type f \( -iname "*.jpg" \
|
||||
-o -iname "*.jpeg" \
|
||||
-o -iname "*.png" \
|
||||
-o -iname "*.tif" \
|
||||
-o -iname "*.gif" \
|
||||
-o -iname "*.heic" \
|
||||
-o -iname "*.dng" \
|
||||
\) | sort | nsxiv -ati
|
||||
Reference in New Issue
Block a user