SUPERCILEX / gnome-clipboard-history

Gnome Clipboard History is a clipboard manager Gnome extension that saves what you've copied into an easily accessible, searchable history panel.
https://extensions.gnome.org/extension/4839/clipboard-history/
MIT License
412 stars 44 forks source link
clipboard clipboard-history clipboard-manager gnome gnome-shell-extension

Gnome Clipboard History

Gnome Clipboard History is a clipboard manager GNOME extension that saves what you've copied into an easily accessible, searchable history panel.

The extension is a rewrite of Clipboard Indicator with vastly improved performance, new features, and bug fixes.

A technical overview is available at https://alexsaveau.dev/blog/gch.

Download

Get it on GNOME Extensions

Tips

Tutorial screenshot

Install from source

A note on versioning:

Build

cd ~/.local/share/gnome-shell/extensions/ && \
  git clone https://github.com/SUPERCILEX/gnome-clipboard-history.git clipboard-history@alexsaveau.dev && \
  cd clipboard-history@alexsaveau.dev && \
  make

Restart GNOME

Alt + F2 then type r.

Install

gnome-extensions enable clipboard-history@alexsaveau.dev