O Geeqie tem uma interface de linha de comando rudimentar como segue:
andrew@ilium~$ geeqie -h
Geeqie 1.3
Usage: geeqie [options] [path]
valid options are:
+t, --with-tools force show of tools
-t, --without-tools force hide of tools
-f, --fullscreen start in full screen mode
-s, --slideshow start in slideshow mode
-l, --list [files] [collections] open collection window for command line
--blank start with blank file list
--geometry=XxY+XOFF+YOFF set main window location
-r, --remote send following commands to open window
-rh,--remote-help print remote command list
--debug[=level] turn on debug output
-v, --version print version info
-h, --help show this message
andrew@ilium~$
A linha de comando mais satisfatória que se aproxima de suas necessidades seria algo como:
geeqie --without-tools --list *.png
Portanto, a opção --list
será sua amiga e eu testei com muitos regexps sem nenhum problema, e certamente os curingas funcionaram muito bem. A opção --slideshow
foi bem legal também ...