ckardaris / ucollage

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

undocumented Left/Right keys in monocle and default modes doing critical tasks #11

Closed HiTuX closed 3 years ago

HiTuX commented 3 years ago

Hi, Thank you for this amazing software.

I just testing this and surprised that theLeft key in monocle mode is "Succefully deleting" my pictures! Fortunately, it is only sending them to ./local/share/Trash/ucollage/. I found that this behavior is undocumented and tricky. Left key , for a newcomer, si expected to go to the previous image, but in ucollage it is deleting images and gives /'wrong'/ message: "succefully deleted" which, IMHO, should be more verbose, like: `Image sent to trash folder at "

In default (or grid/thumbnails whatever) mode Left/Right/Down keys ask for input to delete/rename/exectude a command. I think this is confusing and these keys should be kept for navigation as expected on vim/emacs/most softwares.

One more thing, it would be nice if a confirmation message is shown before deleting/moving to trash an image or at least make it configurable.

Keep up the good work.

ckardaris commented 3 years ago

One more thing, it would be nice if a confirmation message is shown before deleting/moving to trash an image or at least make it configurable.

If you check the configuration variables there is one that does exactly that. UCOLLAGE_EXEC_PROMPT. It should be working.

Regarding everything else, I can understand your frustration. Currently I don't have the time to make any modifications to the code, but I will dive into any issues soon. Until then I ask for your patience.