savedra1 / clipse

Configurable TUI clipboard manager for Unix
MIT License
348 stars 14 forks source link

Searching with "e" as first word kills the window. #118

Closed ashraddhansh closed 3 months ago

ashraddhansh commented 3 months ago

After pressing "/" for search the clipboard when I search something that starts with word "e" the window get killed.

savedra1 commented 3 months ago

Hi @ashraddhansh 👋

I think this is due to the fuzzy finder not being able to read a certain character in one of your clipboard entries.

I would recommend pinning any items you don't want to lose, run clipse -clear and see if you still have the issue. If you have any pinned items that contain non-standard characters, try removing those also.

If that doesn't fix it, please run the clipse command directly in your terminal and reproduce the error so you can see the debug trace. There may also be a meaningful error message added to your clipse.log file.

Let me know if the above helps!

ashraddhansh commented 3 months ago

Thanks, clearing the clipboard solved my issue.

savedra1 commented 3 months ago

Glad to hear it!

It would still be good for this exception to be caught, so I will investigate a way to handle/avoid it and update the FAQ in the meantime.

Thanks