hyprswitch icon indicating copy to clipboard operation
hyprswitch copied to clipboard

Clipboard history

Open H3rmt opened this issue 3 months ago • 0 comments

Implement a clipboard history into hyprshell:

  • [x] Listen for clipboard changes
  • [x] Deduplicate mime types
  • [x] Compress content for storage
  • [x] Encrypt using secret-service
  • [x] Generate preview images
  • [ ] Add retention configuration for (max size, max duration, single boot, etc.)
  • [ ] Implement config options for clipboard
  • [ ] Add new questions to setup, asking for clipboard configs
  • [ ] Add clipboard window
  • [ ] Display text in clpboard window
  • [ ] Fuzzysearch through text in clipboard window
  • [ ] Display Images in clipboard window
  • [ ] Add pinning of content in clipboard window

branch: https://github.com/H3rmt/hyprshell/tree/hyprshell-clipbaord-manager

H3rmt avatar Oct 12 '25 21:10 H3rmt