aboutsummaryrefslogtreecommitdiff
path: root/files/imv-folder
AgeCommit message (Collapse)Author
2021-07-08Move imv-folder files to contribsomini
See #261
2021-07-08Tweak imv-folder file sortingsomini
Make sure to version-sort the files. Requires a non-POSIX `sort`, which should be a mild requirement. See https://github.com/eXeC64/imv/commit/d12470375a33230ffaaea407237125f18f812781#commitcomment-44048679
2021-07-08Fix imv-folder usage with sub-folders with imagessomini
See https://github.com/eXeC64/imv/pull/225#discussion_r494270357
2021-07-08Keep the folder order when using imv-foldersomini
Guaranteed-ish by most shells, see https://unix.stackexchange.com/a/368507. See #229
2021-07-08Include support for imv-foldersomini
This is a wrapper to open all images in a folder. Includes: - Script itself - Man page - Desktop file - Necessary Makefile changes Fix #223