You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered:
I tried implementing this feature in rofi but found it quite challenging. The entry ID is generated by the built-in hash() function, while the image cache files are named using the sha256sum of the image content. There's no way to convert between the two externally. Could the logic for this be modified to make it more command-line friendly?
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.
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.
Sorting and Multi-Selection in Clipboard: Drawing inspiration from my experience with CopyQ, I propose two enhancements:
I believe these features would significantly improve the user experience and I look forward to hearing your thoughts.
The text was updated successfully, but these errors were encountered: