ckardaris / ucollage

An extensible command line image viewer inspired by vim
GNU General Public License v3.0
210 stars 3 forks source link

Fix nonexistent image name #5

Closed KevCui closed 3 years ago

KevCui commented 3 years ago

In some case, ucollage will show nonexistent images e.g:

Some nonexistent image name will show like this 1602061180

In this example, all 8 images are opened, there is no image 9 to 12.

ckardaris commented 3 years ago

You should check the new merge and tell me if the problem persists. I was working on it since yesterday. It probably solves the issue.

KevCui commented 3 years ago

@ckardaris This issue doesn't exist in the latest commit. Good!