artemsen / swayimg

Image viewer for Wayland
MIT License
379 stars 31 forks source link

Improve filename completion #30

Closed tsiflimagas closed 2 years ago

tsiflimagas commented 2 years ago

Currently, when filename completion is being performed, dirnames don't have a slash appended to them and even worse, when completing dirnames, a space is appended instead of completing the contents of the directory. Using the filenames option, fixes this.

artemsen commented 2 years ago

Hi Kostas, Thanks you for the patch! Could you add "Signed-off-by" to the commit message?

tsiflimagas commented 2 years ago

Hi Artem, just force pushed the commit with the sign-off. Thanks for the quick response!

artemsen commented 2 years ago

Thanks!