xrelkd / clipcat

A clipboard manager written in Rust Programming Language.
GNU General Public License v3.0
381 stars 19 forks source link

Feature Request: Image Preview and Multi-Selection in Clipboard #289

Open ibrahimkettaneh opened 7 months ago

ibrahimkettaneh commented 7 months ago

Hello,

Firstly, I want to express my appreciation for this project. The comprehensive features and well-documented resources make it a pleasure to use. As a regular user of hyprland (wayland compositor), cliphist, and rofi, I have a couple of feature suggestions that I believe could enhance the user experience.

  1. Image Preview in Rofi: Cliphist offers the ability to preview images in rofi, which I find incredibly useful. I have configured my setup to enlarge the images when I press alt with the cliphist hotkey. Implementing a similar feature here would be beneficial, allowing users to make better use of the image preview.

  2. Sorting and Multi-Selection in Clipboard: Drawing inspiration from my experience with CopyQ, I propose two enhancements:

    • Sorting by Index: This feature would allow users to reverse the order of certain entries, providing more flexibility in managing the clipboard.
    • Multi-Selection: The ability to select multiple entries and concatenate them into a new copied entry would be a powerful addition. This could be extended to reversing the sort order as well.

I believe these features would significantly improve the user experience and I look forward to hearing your thoughts.

xrelkd commented 7 months ago

@ibrahimkettaneh Thanks for your interest and detailed feature requests.

  1. cliphist does provide some good features that will be easy to implement on clipcat.
  2. The two features inspired from CopyQ are cool and useful as well.

I think that I will implement similar features in the near future.