Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow list of images (not paths) to be specified as command arguments #1323

Open
calestyo opened this issue Apr 8, 2024 · 3 comments
Open

Comments

@calestyo
Copy link

calestyo commented Apr 8, 2024

Setup (please complete the following information):

  • Geeqie version [geeqie --version]: Geeqie 2.4 GTK3

Describe your feature request
It would be nice if there was an option, that makes geeqie read a (possibly long) list of arguments that are path to image files (not directories containing such files) and display them as if they were in one directory (i.e. so that one can scroll through them, sees them all in one thumbnail list, etc.).

The benefit of having this would be that one could use it e.g. with find and xargs, something like:

find . -ctime -2 -type f \( -name '*.png' -o -name '*.jpg' -o -name '*.jpeg' -o -name '*.gif' \) -print0  |  xargs --null --no-run-if-empty -- geeqie

Thanks,
Chris.

@caclark
Copy link
Collaborator

caclark commented Apr 8, 2024

Your command (or maybe with geeqie --list) will open the files as an unnamed Collection - if Geeqie is not already running.

The user interface for Collections is not optimal. Right-click on a thumbnail in the Collection window and select View. The main window image pane will then cycle through the contents of the Collection, and not the contents of the files pane.

The possibility for Collections to be displayed as a pseudo-directory is on the to-do list - but has been for a long time.

There appears to be bugs in the command line handling of --list-add, amongst other things.

@calestyo
Copy link
Author

calestyo commented Apr 8, 2024

Your command (or maybe with geeqie --list) will open the files as an unnamed Collection - if Geeqie is not already running.

Yeah, but that then opens in a new window, which I guess cannot be docked, so I see then both the collection window with the thumbnails and the current directory section (with thumbnails) of the main window.

The possibility for Collections to be displayed as a pseudo-directory is on the to-do list - but has been for a long time.

Is there already a ticket for this? If so, we could close this one as a duplicate of that.

@caclark
Copy link
Collaborator

caclark commented Apr 8, 2024

#443 and this comment on freelists:
https://www.freelists.org/post/geeqie/Collections-as-folders

[The formatting of the email has gone badly wrong - but there is a link to an AppImage that is a demonstration of my idea for this]

Until now there has been no interest in this (apart from me).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants