Closed Zeioth closed 2 years ago
Sorry, I didn't understand the idea =) What does "detecting same directory images" mean? Could you give an example?
Current behavior:
Expected behavior:
There are so many "what if" =)
swayimg
ignores the file extension. What if there are thousands of files on a network drive? We will try to open each file, even if it is not an image, this can be a very slow operation. Do we need to show some kind of a progress dialog?Of course, we could add new command line arguments to control such behavior.
It will end up with own find
tool =)
Sorry, I still believe in Unix philosophy: Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new "features".
This is literally the only image program I've ever used without such an elemental usability feature, but I guess anyone can fork it. Thanks.
Ok, I give up =)
Let's do it in this way: if no input files were specified in command line, swayimg
will iterate through all files in the current directory.
Currently, if I want to use pgDown/Up to view my images, I need to open swayimg like:
Which is ok. But since this is a common enough case of use, it would be important to have it detecting same directory images by default, to make it user friendly.