-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
order of file arguments ignored #308
Comments
I managed to duplicate this, by typing eom in terminal, and dragging in three files. The one dragged first (first filename in argument list) did NOT come up as the single image displayed, but did if I use the back and foward buttons to navigate to it. |
Yes, click-drag and drop is another perspective to the same problem. I do think the single-image argument behaviour is the right thing. Just in the multi-argument case, IMHO order should be preserved. |
I strongly second this request. The order of the arguments is often important, e.g. when showing versionA/image1, versionB/image1 versionA/image2, versionB/image2. Sorting the file names is quite unexpected and non-standard behavior. Users expect applications to process files in the order given. If eom did not sort the arguments, users who wanted them sorted could easily do that with Unix piping, e.g. Please, just remove that "feature". It will in fact make the code simpler. |
Also voicing my strong request that this issue is fixed. I just encountered it when I went to compare before and after images using |
Expected behaviour
Run
eom file1 file2 file3
.See file1 first, followed by file2 next, followed by file3 – regardless of path name or date sort order.
Actual behaviour
The files are always sorted alphabetically.
Steps to reproduce the behaviour
Run the CLI on a bunch of files that you want to view in a certain order.
MATE general version
1.20.0
Package version
eom 1.20.0-2ubuntu1
Linux Distribution
Ubuntu 18.04
The text was updated successfully, but these errors were encountered: