super_clipboard icon indicating copy to clipboard operation
super_clipboard copied to clipboard

Manage your clipboard history with a beautiful and simple interface

Results 7 super_clipboard issues
Sort by recently updated
recently updated
newest added

I'm not sure if I did something wrong or its note working. But my clipboard's contents is not saved nor the settings when closed. Maybe I have to implement something...

Hello. I tried your program on our pure Wayland Linux operating system. But I get the "Segmentation fault" error. I get the same error when I compile it myself with...

The data is currently saved in a binary but this is easily readable as you can see in the image ![image](https://github.com/SergioRibera/super_clipboard/assets/56278796/e390724a-9047-43f0-b95a-0f508f9dac6f) Therefore, it is necessary to add a feature that...

enhancement
good first issue
hacktoberfest

Currently the clipboard data goes together with the settings and should be separated [settings.rs](https://github.com/SergioRibera/super_clipboard/blob/main/src/settings.rs#L11) ```rs pub struct AppSettings { // ... // Move to other struct and save into other...

enhancement
good first issue
hacktoberfest

Leave a reaction if you would like gnome support to be added. Current issues facing the application in gnome: - Since it has no decorations or border, gnome does not...

bug
help wanted
hacktoberfest

Currently, the application consumes much more than I would like, primarily due to the use of [wgpu](https://github.com/iced-rs/iced/tree/master/wgpu) as the rendering method for [iced](https://github.com/iced-rs/iced). The solution would be to implement [tiny-skia](https://github.com/iced-rs/iced/tree/master/tiny_skia)...

enhancement
good first issue
hacktoberfest

We need a way to handle the images from a path instead of storing the bytes, this is for performance and file size issues where the images are saved and...

enhancement
help wanted
hacktoberfest