SergioRibera
super_clipboard
Rust

Manage your clipboard history with a beautiful and simple interface

Last updated Apr 20, 2026
39
Stars
6
Forks
7
Issues
0
Stars/day
Attention Score
6
Language breakdown
Rust 95.8%
Nix 4.2%
โ–ธ Files click to expand
README

https://user-images.githubusercontent.com/56278796/225697681-418086a9-a02e-4087-8588-09fef558eaa6.mp4


GitHub Workflow Status GitHub Workflow Status GitHub release (latest by date)

Inspiration

In search of a clipboard manager that is comfortable and I can have instantly next to the mouse to speed up my work and at the same time I can include in my workflow and my environment based on WM's, SuperClipboard was born.
Warning: It can run in gnome, but details like mouse tracking, transparency and window colors don't work quite right, if you would like to work on gnome support you can leave your feedback in this issue to take it into account.

Instalation

  • ArchLinux
# With yay
yay -S super_clipboard

or with Paru

paru super_clipboard

or manually

git clone https://aur.archlinux.org/superclipboard.git /tmp/superclipboard && \ cd /tmp/super_clipboard && makepkg -si
  • Manually
- Go to release - Download latest - Unpack - Move binary to /usr/bin - Done

Features

  • Clean UI
  • Text and Image clipboard
  • Big clipboard history
  • Follow cursor
  • Position based on the display of each screen
  • Transparent UI
  • Pin/Unpin items of clipboard history
  • Generation Random Password
NOTE: The blur it's depends of your compositor

Usage

On your startup WM script call binary as another task

bspwm example

superclipboard &

Then, you can show the clipboard with the default shortcut Super + Shift + V

To show Logs you need set SUPERCLIPBOARDLOG env variable, here some examples

NOTE: For more details see docs
# Show only errors SUPERCLIPBOARDLOG=error superclipboard 

Dump to file

SUPERCLIPBOARDLOG=info superclipboard >> /tmp/superclipboard_logs.txt

Show only superclipboard crate logs

SUPERCLIPBOARDLOG=off,superclipboard=info superclipboard

Show only module of superclipboard crate logs

SUPERCLIPBOARDLOG=off,superclipboard::ui=trace superclipboard

TODO

  • [ ] Autopaste when select from history
  • [ ] Image from path copied
  • [ ] Synchronization between devices on the same network
  • [x] pin clipboard items
  • [x] Fix keyboard shortcut initial parsing
  • [x] Fix performance increase
  • [x] Position based on the display of each screen
  • [x] Fix Unnautorize remap shortcut
  • [x] Fix auto hide and show window
Icons by Icons8
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท SergioRibera/super_clipboard ยท Updated daily from GitHub