Simple-Comic
Simple-Comic copied to clipboard
Some way of navigating to next/previous comic in folder
CDisplay has this feature. The usecase is that you're reading a folder of comics, and after finishing one issue, you hit some keyboard shortcut to start reading the next issue.
Maybe cmd+shift+left/right?
This can get quite complicated if the user has a multiple archive session open. Maybe only have this enabled if the user is only opening one archive at a time? How should the next archive open? In a new window, in the same window with the old archive being replaced, or possibly with the new archive concatenated onto the session?
Oh, cool, wasn't aware of the multiple archive session thing. There's less of a case for the requested feature with that. Multiple archives is also consistent with how Preview works – only showing the opened images, not all images in the folder (unlike the Windows Image Viewer).
If this feature was added, I think same window replacing the old archive would be most useful (would be roughly equivalent to how it works in CDisplay), but again, not sure it's needed since you can concatenate multiple archives easily.
Maybe that feature should be made more obvious somehow, though.